diff options
author | Fred Fish <fnf@specifix.com> | 1992-01-15 18:06:39 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-01-15 18:06:39 +0000 |
commit | 026fba8c3e68c7cbe22e43f79696c4fe092c8e95 (patch) | |
tree | 7aaf2514d959b8bd3e3de67dc1c72674fe4797ec /bfd | |
parent | 7f4352410f5c942a37ebad229a84b7eadadb2c3a (diff) | |
download | gdb-026fba8c3e68c7cbe22e43f79696c4fe092c8e95.zip gdb-026fba8c3e68c7cbe22e43f79696c4fe092c8e95.tar.gz gdb-026fba8c3e68c7cbe22e43f79696c4fe092c8e95.tar.bz2 |
Declare various filename variables to be CONST since they are initialized
to point to a CONST char string. Fixes gcc moans and groans.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4cc732c..72d3c87 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 15 10:02:43 1992 Fred Fish (fnf at cygnus.com) + + * aoutx.h (NAME(aout,find_nearest_line)): Declare various filename + variables as CONST since they are set to point to a const char + string. Fixes compiler complaints. + Fri Jan 10 17:44:53 1992 Fred Fish (fnf at cygnus.com) * hosts/h-amix.h hosts/h-i386v4.h: Change abort() to a function |