* read.c (get_absolute_expr): New, split out from..
commitf578ac49a0f0fe4aa8ba02abfad3fe33c11b7434
authorAlan Modra <amodra@bigpond.net.au>
Sat, 11 Jan 2003 06:24:12 +0000 (11 06:24 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Sat, 11 Jan 2003 06:24:12 +0000 (11 06:24 +0000)
treeef5904ee38d19115d7aa21d6c49f70ba4448c45d
parentcc926c2ca1661ff732082bb9251a50f194cdb754
* read.c (get_absolute_expr): New, split out from..
(get_absolute_expression): ..here.
* read.h (get_absolute_expr): Declare.
* config/obj-elf.c (elf_common): Use offsetT for "temp" and "size".
Trim size to arch bits_per_address, and test for negative input
via get_absolute_expr.
gas/ChangeLog
gas/config/obj-elf.c
gas/read.c
gas/read.h