From: Ian Lance Taylor Date: Fri, 23 Jul 1993 03:02:17 +0000 (+0000) Subject: * expr.c (expr): Don't let absolute_section override X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e979ea0409a92860c2e29f78c4033547be9ef844;p=binutils-gdb.git * expr.c (expr): Don't let absolute_section override undefined_section for the return value. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 44e17b66649..62c1a2573fe 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Thu Jul 22 12:09:41 1993 Ian Lance Taylor (ian@cygnus.com) + * expr.c (expr): Don't let absolute_section override + undefined_section for the return value. + * read.c (read_a_source_file): In NO_PSEUDO_DOT case, if we find a pseudo-op with a poc_handler field of NULL, ignore it and treat it as an instruction instead.