diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-05-02 03:11:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-05-02 03:11:26 +0000 |
commit | ba97ba7e35d6ac52f1f4661a5aedebf87882bef1 (patch) | |
tree | e8517a391a67ac5be6d5dd43ed6fcfe9c24ccce7 /gas/ChangeLog | |
parent | 9aac8e83a0386b624e6d589c34e85ebf54c28cfe (diff) | |
download | binutils-ba97ba7e35d6ac52f1f4661a5aedebf87882bef1.zip binutils-ba97ba7e35d6ac52f1f4661a5aedebf87882bef1.tar.gz binutils-ba97ba7e35d6ac52f1f4661a5aedebf87882bef1.tar.bz2 |
tweak last change
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0241327..c915fc2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -2,8 +2,8 @@ Wed May 1 13:38:17 1996 Ian Lance Taylor <ian@cygnus.com> * subsegs.h (segment_info_type): If MANY_SEGMENTS and not BFD_ASSEMBLER, add name field. - * config/obj-coff.c (coff_header_append): Handle long section - names. + * config/obj-coff.c: Include "libiberty.h". + (coff_header_append): Handle long section names. (crawl_symbols): Just use the name field for the symbol name, without worrying about null byte termination. (w_strings): Handle long section names. |