diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-10-18 21:32:53 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-10-18 21:32:53 +0000 |
commit | 3c3a5268180b2a296ceae0274a7e3d465cd0a5a3 (patch) | |
tree | de4340b815143c660c70c21206b7fc5a36de1d1d | |
parent | 3366a224ebed7190d58162735e1adbcc3e17bdec (diff) | |
download | gdb-3c3a5268180b2a296ceae0274a7e3d465cd0a5a3.zip gdb-3c3a5268180b2a296ceae0274a7e3d465cd0a5a3.tar.gz gdb-3c3a5268180b2a296ceae0274a7e3d465cd0a5a3.tar.bz2 |
* sunos.c (sunos_add_dynamic_symbols): Rename local variables major and minor
to *_vno, since the former are also macros in SunOS header files. Cast result
of bfd_alloc to appropriate type.
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cc56960..b4580e8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Wed Oct 18 16:50:54 1995 Ken Raeburn <raeburn@cygnus.com> + * sunos.c (sunos_add_dynamic_symbols): Rename local variables + major and minor to *_vno, since the former are also macros in + SunOS header files. Cast result of bfd_alloc to appropriate + type. + * coffgen.c (coff_find_nearest_line): Cast used_by_bfd value before assigning to sec_data. |