diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-01-13 01:05:42 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-01-13 01:05:42 +0000 |
commit | 203235652d1e75cf0c4f761807a8a2591ed767a3 (patch) | |
tree | 19a350c14f3d12fe2234cddbe6400b42e0189215 /gas | |
parent | 4604b34cd3327b06830047f695b7adaaf45a1d4b (diff) | |
download | gdb-203235652d1e75cf0c4f761807a8a2591ed767a3.zip gdb-203235652d1e75cf0c4f761807a8a2591ed767a3.tar.gz gdb-203235652d1e75cf0c4f761807a8a2591ed767a3.tar.bz2 |
* app.c (do_scrub_next_char) [__GNUC__ && __OPTIMIZE__]: If `get' function is
scrub_from_file, call scrub_from_file directly, and get gcc's inlining
capability into the act.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0861bc4..8599455 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Thu Jan 12 17:56:24 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + * app.c (do_scrub_next_char) [__GNUC__ && __OPTIMIZE__]: If `get' + function is scrub_from_file, call scrub_from_file directly, and + get gcc's inlining capability into the act. + * Makefile.in (VMS_OTHER_OBJS): Add ../libiberty/hex.o. (OBJS): Delete hex-value.o. (REAL_SOURCES): Delete hex-value.c. |