X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fliteral.c;h=957223ccf905747f1f141a3b89b7eeaad0919240;hb=ddf5db90a175756b3a5c39ee87d549d9f9d09d28;hp=b2a9ddef996df9dc6a35c7e23235685a1983b87b;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/literal.c b/gas/literal.c index b2a9ddef99..957223ccf9 100644 --- a/gas/literal.c +++ b/gas/literal.c @@ -1,5 +1,5 @@ /* literal.c - GAS literal pool management. - Copyright (C) 1994-2014 Free Software Foundation, Inc. + Copyright (C) 1994-2020 Free Software Foundation, Inc. Written by Ken Raeburn (raeburn@cygnus.com). This file is part of GAS, the GNU Assembler. @@ -43,11 +43,7 @@ #ifdef NEED_LITERAL_POOL valueT -add_to_literal_pool (sym, addend, sec, size) - symbolS *sym; - valueT addend; - segT sec; - int size; +add_to_literal_pool (symbolS *sym, valueT addend, segT sec, int size) { segT current_section = now_seg; int current_subsec = now_subseg;