diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-01-11 20:58:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-01-11 20:58:30 +0000 |
commit | c5481a5e523a94ee0ba613b38d2896059b22a326 (patch) | |
tree | 85087cf9e4a11924fe285d96ae985e2d80f7bd43 /bfd | |
parent | 44d2505679376964ccd77d4e842bca210a47ac19 (diff) | |
download | gdb-c5481a5e523a94ee0ba613b38d2896059b22a326.zip gdb-c5481a5e523a94ee0ba613b38d2896059b22a326.tar.gz gdb-c5481a5e523a94ee0ba613b38d2896059b22a326.tar.bz2 |
* aoutx.h (NAME(aout,final_link)): Set a_entry before computing
file offsets.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5753370..8082998 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Tue Jan 11 14:37:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * aoutx.h (NAME(aout,final_link)): Set a_entry before computing + file offsets. + * elfcode.h (swap_out_syms): A common symbol is STT_OBJECT, not STT_NOTYPE. |