This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Today I remembered I a patch lingering in my tree for mips/elf.h to fix a
redefinition warning when building the mips*-netbsd targets, and I just
make a sweep to clean up the few other places where HANDLE_SYSV_PRAGMA is
inconsistently defined.
This patch changes all the places that define it to define it without
a value, to match the vast majority of the places that define it.
OK for mainline?
* config/alpha/osf.h (HANDLE_SYSV_PRAGMA): Define without a value.
* config/i386/sco5.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/mips/elf.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/mips/elf64.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/mips/iris5.h (HANDLE_SYSV_PRAGMA): Likewise.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>
Attachment:
sysv-pragma-patch
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |