From: Ken Raeburn Date: Fri, 13 Jan 1995 01:05:42 +0000 (+0000) Subject: * app.c (do_scrub_next_char) [__GNUC__ && __OPTIMIZE__]: If `get' function is X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=203235652d1e75cf0c4f761807a8a2591ed767a3;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 0861bc43d58..85994550844 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Thu Jan 12 17:56:24 1995 Ken Raeburn + * 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.