diff options
author | Steve Chamberlain <sac@cygnus> | 1995-06-30 00:53:37 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-06-30 00:53:37 +0000 |
commit | e5c5ce23fd35432b4300434a099b0453df787695 (patch) | |
tree | a46209ed886e116202ec4707ad47a897a00c86ce /gas/ChangeLog | |
parent | 69b799dfd7ca34a3e5fb887892da209ed7058c1d (diff) | |
download | gdb-e5c5ce23fd35432b4300434a099b0453df787695.zip gdb-e5c5ce23fd35432b4300434a099b0453df787695.tar.gz gdb-e5c5ce23fd35432b4300434a099b0453df787695.tar.bz2 |
Support for long filenames non-bfd coff. bfd/7288
* config/obj-coff.c (filename_list_head, filename_list_tail): New.
(yank_symbols): Notice and record filenames which are too long.
(w_strings): Write out filename strings.
(c_dot_file_symbols): Put long filenames onto list.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 01a7439..0454488 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,14 @@ +Thu Jun 29 17:25:43 1995 Steve Chamberlain <sac@slash.cygnus.com> + + Support for long filenames non-bfd coff. bfd/7288 + * config/obj-coff.c (filename_list_head, filename_list_tail): New. + (yank_symbols): Notice and record filenames which are too long. + (w_strings): Write out filename strings. + (c_dot_file_symbols): Put long filenames onto list. + Wed Jun 28 17:33:13 1995 Steve Chamberlain <sac@slash.cygnus.com> - * config/obj-coff.c (fixup_segment): PE doens't use + * config/obj-coff.c (fixup_segment): PE doesn't use the strange common symbol format that other 386s formats do. * config/tc-i386.c (md_begin): If LEX_AT defined then |