X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fliteral.c;h=e2287c1cf624e6ff2e24b99feb07983a292faff9;hb=1799c0d064f21e09666fd1ab19a31a957202f18b;hp=722afccbc69e61289f7f78ea947516b5a37e6f9d;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/literal.c b/gas/literal.c index 722afccbc6..e2287c1cf6 100644 --- a/gas/literal.c +++ b/gas/literal.c @@ -1,5 +1,5 @@ /* literal.c - GAS literal pool management. - Copyright (C) 1994-2015 Free Software Foundation, Inc. + Copyright (C) 1994-2016 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;