elf.h: Fix formatting.
* config/h8300/elf.h: Fix formatting. * config/h8300/rtems.h: Likewise. From-SVN: r54196
This commit is contained in:
parent
86cb04f698
commit
1c8ec18b71
@ -1,3 +1,8 @@
|
||||
2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/elf.h: Fix formatting.
|
||||
* config/h8300/rtems.h: Likewise.
|
||||
|
||||
2002-06-03 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove.
|
||||
|
@ -1,8 +1,10 @@
|
||||
/* Target OS preprocessor built-ins. */
|
||||
#define TARGET_OS_CPP_BUILTINS() \
|
||||
do { \
|
||||
builtin_define ("__ELF__"); \
|
||||
} while (0)
|
||||
do \
|
||||
{ \
|
||||
builtin_define ("__ELF__"); \
|
||||
} \
|
||||
while (0)
|
||||
|
||||
/* Undefine some macros defined in h8300 that conflict with elfos.h . */
|
||||
#undef SDB_DEBUGGING_INFO
|
||||
|
@ -21,8 +21,10 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* Target OS preprocessor built-ins. */
|
||||
#define TARGET_OS_CPP_BUILTINS() \
|
||||
do { \
|
||||
builtin_define_std ("h8300"); \
|
||||
builtin_define ("__rtems__"); \
|
||||
builtin_assert ("system=rtems"); \
|
||||
} while (0)
|
||||
do \
|
||||
{ \
|
||||
builtin_define_std ("h8300"); \
|
||||
builtin_define ("__rtems__"); \
|
||||
builtin_assert ("system=rtems"); \
|
||||
} \
|
||||
while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user