elf.h: Add HANDLE_SYSV_PRAGMA.

2002-09-24  Eric Christopher  <echristo@redhat.com>

        * config/mips/elf.h: Add HANDLE_SYSV_PRAGMA.
        * config/mips/elf64.h: Ditto.

From-SVN: r57553
This commit is contained in:
Eric Christopher 2002-09-26 21:42:52 +00:00 committed by Eric Christopher
parent 0ab3841807
commit 2eb2bbdc29
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-09-24 Eric Christopher <echristo@redhat.com>
* config/mips/elf.h: Add HANDLE_SYSV_PRAGMA.
* config/mips/elf64.h: Ditto.
2002-09-24 Eric Christopher <echristo@redhat.com>
* except.c (expand_builtin_extract_return_address): Handle case

View File

@ -244,3 +244,6 @@ void FN () \
#undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtend%O%s crtn%O%s"
/* We support #pragma. */
#define HANDLE_SYSV_PRAGMA 1

View File

@ -202,3 +202,6 @@ void FN () \
#undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtend%O%s crtn%O%s"
/* We support #pragma. */
#define HANDLE_SYSV_PRAGMA 1