mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-04 09:14:04 +08:00
re PR target/16317 (MIPS-netbsd does not define NO_IMPLICIT_EXTERN_C)
2004-12-07 Eric Christopher <echristo@redhat.com> PR target/16317 * config/netbsd.h (NO_IMPLICIT_EXTERN_C): Define. From-SVN: r91831
This commit is contained in:
parent
20c076a853
commit
c08f800e9a
@ -1,3 +1,8 @@
|
||||
2004-12-07 Eric Christopher <echristo@redhat.com>
|
||||
|
||||
PR target/16317
|
||||
* config/netbsd.h (NO_IMPLICIT_EXTERN_C): Define.
|
||||
|
||||
2004-12-07 Eric Christopher <echristo@redhat.com>
|
||||
|
||||
* config/mips/mips-protos.h (mips_valid_pointer_mode): Move
|
||||
|
@ -163,6 +163,9 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
#define HANDLE_SYSV_PRAGMA 1
|
||||
|
||||
/* Don't assume anything about the header files. */
|
||||
#undef NO_IMPLICIT_EXTERN_C
|
||||
#define NO_IMPLICIT_EXTERN_C 1
|
||||
|
||||
/* Define some types that are the same on all NetBSD platforms,
|
||||
making them agree with <machine/ansi.h>. */
|
||||
|
Loading…
Reference in New Issue
Block a user