aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-12-29 21:59:15 +0000
committerIan Lance Taylor <ian@airs.com>1992-12-29 21:59:15 +0000
commitcc29d6659be107d7774983fd22d1295682951a87 (patch)
treefb9f0be107e91f514e770883c73e8ba57868bb48 /bfd
parentb8ef816335ed97ac644f527f12edc8aa8e9fac56 (diff)
downloadgdb-cc29d6659be107d7774983fd22d1295682951a87.zip
gdb-cc29d6659be107d7774983fd22d1295682951a87.tar.gz
gdb-cc29d6659be107d7774983fd22d1295682951a87.tar.bz2
Tue Dec 29 13:54:35 1992 Ian Lance Taylor (ian@cygnus.com)
* coffcode.h (coff_real_object_p): use name I386AIXMAGIC rather than I386SVMAGIC. (coff_pointerize_aux): don't pointerize a negative tagndx (sometimes generated by SCO 3.2v4 cc). * bout.c (calljx_callback, callj_callback, b_out_get_relocated_section_contents): warn if relocating against an undefined symbol.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 25357cf..1907346 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,14 @@
+Tue Dec 29 13:54:35 1992 Ian Lance Taylor (ian@cygnus.com)
+
+ * coffcode.h (coff_real_object_p): use name I386AIXMAGIC rather
+ than I386SVMAGIC.
+ (coff_pointerize_aux): don't pointerize a negative tagndx
+ (sometimes generated by SCO 3.2v4 cc).
+
+ * bout.c (calljx_callback, callj_callback,
+ b_out_get_relocated_section_contents): warn if relocating against
+ an undefined symbol.
+
Mon Dec 28 14:30:55 1992 Stu Grossman (grossman at cygnus.com)
* hppa.c: Get rid of DEFUN, use more conventional prolog stuff.