aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2001-09-25 16:35:05 +0000
committerH.J. Lu <hjl.tools@gmail.com>2001-09-25 16:35:05 +0000
commit09c1cc88284bffe4cbbeee9815f82e4edda35f37 (patch)
tree0423f1b80657849fc9ba213fe2bfddb26fa7793d
parent2f11c261092ff8a912ac7471b8087c3fdda35b0c (diff)
downloadgdb-09c1cc88284bffe4cbbeee9815f82e4edda35f37.zip
gdb-09c1cc88284bffe4cbbeee9815f82e4edda35f37.tar.gz
gdb-09c1cc88284bffe4cbbeee9815f82e4edda35f37.tar.bz2
2001-09-25 H.J. Lu <hjl@gnu.org>
* bfd-in2.h: Regenerated.
-rw-r--r--bfd/ChangeLog18
-rw-r--r--bfd/bfd-in2.h6
2 files changed, 14 insertions, 10 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2ff12b7..3335f15 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-25 H.J. Lu <hjl@gnu.org>
+
+ * bfd-in2.h: Regenerated.
+
2001-09-25 Alan Modra <amodra@bigpond.net.au>
* elf32-i386.c: Add comment re linker function names and ordering.
@@ -84,13 +88,13 @@
2001-09-21 Nick Clifton <nickc@cambridge.redhat.com>
* elfxx-ia64.c: Fix compile time warning messages.
- * bfd/coff-mcore.c: Fix compile time warning messages.
- * bfd/coff-ppc.c: Fix compile time warning messages.
- * bfd/coffcode.h: Fix compile time warning messages.
- * bfd/elf32-mips.c: Fix compile time warning messages.
- * bfd/elf64-alpha.c: Fix compile time warning messages.
- * bfd/libbfd.c: Fix compile time warning messages.
- * bfd/bfd-in2.h: Regenerate.
+ * coff-mcore.c: Fix compile time warning messages.
+ * coff-ppc.c: Fix compile time warning messages.
+ * coffcode.h: Fix compile time warning messages.
+ * elf32-mips.c: Fix compile time warning messages.
+ * elf64-alpha.c: Fix compile time warning messages.
+ * libbfd.c: Fix compile time warning messages.
+ * bfd-in2.h: Regenerate.
2001-09-21 Alan Modra <amodra@bigpond.net.au>
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 3f906c6..b23a695 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -883,14 +883,14 @@ bfd_make_readable PARAMS ((bfd *abfd));
BFD_SEND(abfd, bfd_getx_signed_64, (ptr))
#define bfd_get(bits, abfd, ptr) \
- ( (bits) == 8 ? (bfd_vma) bfd_get_8 (abfd, ptr) \
+ ( (bits) == 8 ? (bfd_vma) bfd_get_8 (abfd, ptr) \
: (bits) == 16 ? bfd_get_16 (abfd, ptr) \
: (bits) == 32 ? bfd_get_32 (abfd, ptr) \
: (bits) == 64 ? bfd_get_64 (abfd, ptr) \
- : (abort (), (bfd_vma) -1))
+ : (abort (), (bfd_vma) - 1))
#define bfd_put(bits, abfd, val, ptr) \
- ((bits) == 8 ? bfd_put_8 (abfd, val, ptr) \
+ ( (bits) == 8 ? bfd_put_8 (abfd, val, ptr) \
: (bits) == 16 ? bfd_put_16 (abfd, val, ptr) \
: (bits) == 32 ? bfd_put_32 (abfd, val, ptr) \
: (bits) == 64 ? bfd_put_64 (abfd, val, ptr) \