diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-10-28 05:05:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-10-28 05:05:46 +0000 |
commit | 73255941ff5b5fc8b9e38203ae50775af77bea3a (patch) | |
tree | f2c908b8ed442823798796eebde266cb61901f23 /gas/ChangeLog | |
parent | d0ae7d95f7baa1bb127fe26690caa1b83c811a5b (diff) | |
download | gdb-73255941ff5b5fc8b9e38203ae50775af77bea3a.zip gdb-73255941ff5b5fc8b9e38203ae50775af77bea3a.tar.gz gdb-73255941ff5b5fc8b9e38203ae50775af77bea3a.tar.bz2 |
* symbols.c (symbol_find_or_make): Change name to be const.
* symbols.h (symbol_find_or_make): Update declaration.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f67e63b..1f4ca51 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 28 01:02:05 1995 Ian Lance Taylor <ian@cygnus.com> + + * symbols.c (symbol_find_or_make): Change name to be const. + * symbols.h (symbol_find_or_make): Update declaration. + Thu Oct 26 19:18:27 1995 Ken Raeburn <raeburn@cygnus.com> * doc/as.texinfo (Align): Mention SH. |