diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-10-13 18:53:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-10-13 18:53:03 +0000 |
commit | 463b185190a3c8239aeb103aec842b6487011ea9 (patch) | |
tree | 2b3a7fa4446a78bd5cb9465fabcc9b56d000c69c /gas | |
parent | 76e473bbdd4b38ab257b792ef0546bc06a22cff7 (diff) | |
download | gdb-463b185190a3c8239aeb103aec842b6487011ea9.zip gdb-463b185190a3c8239aeb103aec842b6487011ea9.tar.gz gdb-463b185190a3c8239aeb103aec842b6487011ea9.tar.bz2 |
* config/obj-ecoff.c (ecoff_build_symbols): Handle st_End symbol
for st_StaticProc just like st_Proc.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3d4d9bd..fb6399e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Wed Oct 13 14:00:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * config/obj-ecoff.c (ecoff_build_symbols): Handle st_End symbol + for st_StaticProc just like st_Proc. + * write.c (relax_and_size_all_segments): Moved #endif for OBJ_BOUT so that OBJ_BOUT doesn't forget to adjust all the fragments in the .bss section. |