diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-22 00:01:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-22 00:01:34 +0000 |
commit | 2ab0b7f3e3b513899b5f0c0ff9d396b261310bc8 (patch) | |
tree | 8a5a01c15fb4bfa8c9027bd384a4b092f892f032 /bfd/ChangeLog | |
parent | ef76742fc5cd3885488abe7c2f4fb8a3f8cba72c (diff) | |
download | gdb-2ab0b7f3e3b513899b5f0c0ff9d396b261310bc8.zip gdb-2ab0b7f3e3b513899b5f0c0ff9d396b261310bc8.tar.gz gdb-2ab0b7f3e3b513899b5f0c0ff9d396b261310bc8.tar.bz2 |
* som.c (som_bfd_count_ar_symbols): Use a pointer and alloca
rather than an array of variable size.
(som_bfd_fill_in_ar_symbols): Likewise.
(som_bfd_ar_write_symbol_stuff): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e50f1ae..96af5c5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,11 @@ Mon Feb 21 10:12:02 1994 Stan Shebs (shebs@andros.cygnus.com) Mon Feb 21 09:50:06 1994 Ian Lance Taylor (ian@lisa.cygnus.com) + * som.c (som_bfd_count_ar_symbols): Use a pointer and alloca + rather than an array of variable size. + (som_bfd_fill_in_ar_symbols): Likewise. + (som_bfd_ar_write_symbol_stuff): Likewise. + * coff-alpha.c (alpha_relocate_section): Rewrite mask and shift operation to avoid OSF 1.3 cc bug. * ecoff.c (ecoff_write_object_contents): Make text_size, data_size |