Commit 2eb2bbdc by Eric Christopher Committed by Eric Christopher

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
parent 0ab38418
2002-09-24 Eric Christopher <echristo@redhat.com> 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 * except.c (expand_builtin_extract_return_address): Handle case
where Pmode != ptr_mode. where Pmode != ptr_mode.
......
...@@ -244,3 +244,6 @@ void FN () \ ...@@ -244,3 +244,6 @@ void FN () \
#undef ENDFILE_SPEC #undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtend%O%s crtn%O%s" #define ENDFILE_SPEC "crtend%O%s crtn%O%s"
/* We support #pragma. */
#define HANDLE_SYSV_PRAGMA 1
...@@ -202,3 +202,6 @@ void FN () \ ...@@ -202,3 +202,6 @@ void FN () \
#undef ENDFILE_SPEC #undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtend%O%s crtn%O%s" #define ENDFILE_SPEC "crtend%O%s crtn%O%s"
/* We support #pragma. */
#define HANDLE_SYSV_PRAGMA 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment