X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gas%2Fliteral.c;h=722afccbc69e61289f7f78ea947516b5a37e6f9d;hb=6e0813d359c6eaddc481b3b902ca4ccc1251febe;hp=a3f8fc4da1eb8fa304dfd823ab4cb1f086ffece8;hpb=30727aa6d12fb866494020c0b62ab265a2bdcdfe;p=external%2Fbinutils.git diff --git a/gas/literal.c b/gas/literal.c index a3f8fc4..722afcc 100644 --- a/gas/literal.c +++ b/gas/literal.c @@ -1,12 +1,12 @@ -/* as.c - GAS literal pool management. - Copyright (C) 1994 Free Software Foundation, Inc. +/* literal.c - GAS literal pool management. + Copyright (C) 1994-2015 Free Software Foundation, Inc. Written by Ken Raeburn (raeburn@cygnus.com). This file is part of GAS, the GNU Assembler. GAS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. GAS is distributed in the hope that it will be useful, @@ -16,7 +16,8 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to - the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + the Free Software Foundation, 51 Franklin Street - Fifth Floor, + Boston, MA 02110-1301, USA. */ /* This isn't quite a "constant" pool. Some of the values may get adjusted at run time, e.g., for symbolic relocations when shared @@ -39,7 +40,7 @@ #include "as.h" #include "subsegs.h" -#if defined (BFD_ASSEMBLER) && defined (NEED_LITERAL_POOL) +#ifdef NEED_LITERAL_POOL valueT add_to_literal_pool (sym, addend, sec, size) @@ -92,4 +93,4 @@ add_to_literal_pool (sym, addend, sec, size) seginfo->literal_pool_size += size; return offset; } -#endif /* BFD_ASSEMBLER */ +#endif