From: Ian Lance Taylor Date: Mon, 13 Jul 1998 20:00:30 +0000 (+0000) Subject: * config/obj-coff.c (c_symbol_merge): Correct number of bytes when X-Git-Tag: gdb-4_18-branchpoint~1608 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8bca45846108802fef3947d7736784c7a7e51bd;p=thirdparty%2Fbinutils-gdb.git * config/obj-coff.c (c_symbol_merge): Correct number of bytes when copying aux information. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index e2cf2a09379..d9fc2118635 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Mon Jul 13 13:55:42 1998 Ian Lance Taylor + * config/obj-coff.c (c_symbol_merge): Correct number of bytes when + copying aux information. + * expr.c (make_expr_symbol): Catch attempts to turn an O_big expression into a symbol.