elf.h: Fix formatting.

* config/h8300/elf.h: Fix formatting.
	* config/h8300/rtems.h: Likewise.

From-SVN: r54196
This commit is contained in:
Kazu Hirata 2002-06-03 00:51:37 +00:00 committed by Kazu Hirata
parent 86cb04f698
commit 1c8ec18b71
3 changed files with 17 additions and 8 deletions

View File

@ -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.

View File

@ -1,8 +1,10 @@
/* Target OS preprocessor built-ins. */
#define TARGET_OS_CPP_BUILTINS() \
do { \
do \
{ \
builtin_define ("__ELF__"); \
} while (0)
} \
while (0)
/* Undefine some macros defined in h8300 that conflict with elfos.h . */
#undef SDB_DEBUGGING_INFO

View File

@ -21,8 +21,10 @@ Boston, MA 02111-1307, USA. */
/* Target OS preprocessor built-ins. */
#define TARGET_OS_CPP_BUILTINS() \
do { \
do \
{ \
builtin_define_std ("h8300"); \
builtin_define ("__rtems__"); \
builtin_assert ("system=rtems"); \
} while (0)
} \
while (0)