diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-06-29 23:04:29 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-06-29 23:04:29 +0000 |
commit | 9d87310aac56eca31c4a481a478c241b79bb9447 (patch) | |
tree | 38292683fc6657b6a853d5148e8d8f8fe36c9fce /gas/ChangeLog | |
parent | dbddefbfe6363a029d205c8118dc822548bcad3f (diff) | |
download | gdb-9d87310aac56eca31c4a481a478c241b79bb9447.zip gdb-9d87310aac56eca31c4a481a478c241b79bb9447.tar.gz gdb-9d87310aac56eca31c4a481a478c241b79bb9447.tar.bz2 |
* config/obj-aout.c (obj_aout_type): Do not ignore for undefined
symbols; create them.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a039857..0a8aa03 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 29 21:30:00 2000 Hans-Peter Nilsson <hp@axis.com> + + * config/obj-aout.c (obj_aout_type): Do not ignore for undefined + symbols; create them. + 2000-06-29 Mark Elbrecht <snowball3@bigfoot.com> * write.c (set_segment_vma): New: Set vma and lma for a segment. |