Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gas / literal.c
index 6cbbe7e54ac2d3594ffbff8094f1bf6663d83a1c..957223ccf905747f1f141a3b89b7eeaad0919240 100644 (file)
@@ -1,5 +1,5 @@
 /* literal.c - GAS literal pool management.
-   Copyright 1994, 2000, 2005, 2007 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.
 #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;
This page took 0.025352 seconds and 4 git commands to generate.