projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e635796
)
* aoutx.h (aout_reloc_index_to_section): Handle N_UNDF.
author
Ian Lance Taylor
<ian@airs.com>
Thu, 3 Feb 1994 21:52:06 +0000
(21:52 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 3 Feb 1994 21:52:06 +0000
(21:52 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/aoutx.h
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index edd53c2319a1a7d8f7185550ca28a31290ed8177..bdab6ae87a0a129539462636e572e946c0d34bd2 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+Thu Feb 3 16:49:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+
+ * aoutx.h (aout_reloc_index_to_section): Handle N_UNDF.
+
Wed Feb 2 20:37:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* libbfd.c, bfd-in.h, hosts/alphaosf.h, hosts/sparc-ll.h, aoutf1.h,
diff --git
a/bfd/aoutx.h
b/bfd/aoutx.h
index 1c8a08c80f5e71b00dab32e7351bd2ab0dec9b92..861ebb98c1eb857399128a54ff7f0985099cb49b 100644
(file)
--- a/
bfd/aoutx.h
+++ b/
bfd/aoutx.h
@@
-4003,6
+4003,7
@@
aout_reloc_index_to_section (abfd, indx)
case N_BSS:
return obj_bsssec (abfd);
case N_ABS:
+ case N_UNDF:
return &bfd_abs_section;
default:
abort ();