From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: "Nathan J. Williams" Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] fix to include in alphanbsd-tdep.c Date: Mon, 10 May 2004 21:02:00 -0000 Message-id: <409FE739.5080302@gnu.org> References: X-SW-Source: 2004-05/msg00306.html Committed as obvious (but eww, underscores in filenames). http://sources.redhat.com/gdb/current/onlinedocs/gdbint_13.html#SEC125 When GDB has a local version of a system header file (ex `string.h') the file name based on the POSIX header prefixed with `gdb_' (`gdb_string.h'). These headers should be relatively independent: they should use only macros defined by `configure', the compiler, or the host; they should include only system headers; they should refer only to system types. They may be shared between multiple programs, e.g. GDB and GDBSERVER. For other files `-' is used as the separator.