diff options
author | Stu Grossman <grossman@cygnus> | 1996-08-08 06:27:01 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-08-08 06:27:01 +0000 |
commit | 2055bf857dee9a60960c6d649283c4c1ee3665e3 (patch) | |
tree | 48c5cb18c890bd273d23502565319d2c8f4f17aa /bfd/bfd-in2.h | |
parent | 500992b7435b068f7befedd14f16e0ee1ce7c882 (diff) | |
download | gdb-2055bf857dee9a60960c6d649283c4c1ee3665e3.zip gdb-2055bf857dee9a60960c6d649283c4c1ee3665e3.tar.gz gdb-2055bf857dee9a60960c6d649283c4c1ee3665e3.tar.bz2 |
* aoutx.h bfd-in.h bfd-in2.h opncls.c riscix.c som.c targets.c:
Change NO_FLAGS to BFD_NO_FLAGS to avoid conflict with an HPUX
include file.
* libbfd.c: Create dummy getpagesize() macro if HAVE_GETPAGESIZE
isn't defined.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index cb365a8..bdf3d75 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -199,7 +199,7 @@ typedef enum bfd_format { to another, and are not necessarily correct). */ /* No flags. */ -#define NO_FLAGS 0x00 +#define BFD_NO_FLAGS 0x00 /* BFD contains relocation entries. */ #define HAS_RELOC 0x01 |