aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-02-27 19:22:41 +0000
committerSteve Chamberlain <sac@cygnus>1992-02-27 19:22:41 +0000
commite7b4046cbfb5d78d6e41864da763c8ffaf09f23e (patch)
treeb82e328ab0a7c79ab11d8ef5930084f53006cb17 /bfd/ChangeLog
parent3e6e09c068dfd31facc4a9f964dfa76f9ba9e3cd (diff)
downloadfsf-binutils-gdb-e7b4046cbfb5d78d6e41864da763c8ffaf09f23e.zip
fsf-binutils-gdb-e7b4046cbfb5d78d6e41864da763c8ffaf09f23e.tar.gz
fsf-binutils-gdb-e7b4046cbfb5d78d6e41864da763c8ffaf09f23e.tar.bz2
Don't core dump if no output section available for a symbol
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d3e36e7..e8f1935 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -2,7 +2,8 @@ Thu Feb 27 09:24:56 1992 Steve Chamberlain (sac at thepub.cygnus.com)
* aoutx.h (translate_from_native_sym_flags): when creating an
alias symbol, fill in the section as undefined, rather than
- leaving it blank
+ leaving it blank. If an output section can't be found for a
+ symbol, then don't core dump.
Wed Feb 26 19:40:59 1992 Steve Chamberlain (sac at thepub.cygnus.com)