From 203235652d1e75cf0c4f761807a8a2591ed767a3 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 13 Jan 1995 01:05:42 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.30.2