diff options
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 52ad1c4..fe133b9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 13 14:40:41 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * bfd.c (bfd_scan_vma): Pass end argument on to strtoul. + Wed Oct 12 16:46:43 1994 Ken Raeburn <raeburn@cujo.cygnus.com> * opncls.c (bfd_realloc): Deleted, since it's broken and fixing it @@ -7,8 +11,8 @@ Wed Oct 12 16:46:43 1994 Ken Raeburn <raeburn@cujo.cygnus.com> Wed Oct 12 11:54:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> - * ecoff.c (ecoff_set_symbol_info): Mark local stProc or stLabel - symbols as BSF_DEBUGGING. + * ecoff.c (ecoff_set_symbol_info): Mark local stProc, stLabel or + stabs symbols as BSF_DEBUGGING. * rs6000-core.c (rs6000coff_core_file_matches_executable_p): Make str1 and str2 const pointers. |