diff options
author | Nick Clifton <nickc@redhat.com> | 2002-07-30 10:56:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-07-30 10:56:04 +0000 |
commit | 3d0c9500439485b931db67beb2071039a69ff048 (patch) | |
tree | c1c06b15974d2f0db2664fef7382f44f65011994 /gas/ChangeLog | |
parent | 5ec4a8f31301e303c88a997205069237b9bbe29e (diff) | |
download | gdb-3d0c9500439485b931db67beb2071039a69ff048.zip gdb-3d0c9500439485b931db67beb2071039a69ff048.tar.gz gdb-3d0c9500439485b931db67beb2071039a69ff048.tar.bz2 |
Add per-section and per-sub-section literal pools.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 240606e..9ac2aa8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2002-07-30 Nick Clifton <nickc@redhat.com> + + * config/tc-arm.c (struct literal_pool): Add fields to allow + multiple literal pools to be maintained. + (find_literal_pool): New function. + (find_or_make_literal_pool): New function. + (add_to_literal_pool): Use find_or_make_literal_pool. + (arm_s_text, arm_s_data, arm_s_section): Remove - no longer + needed. + (s_ltorg): Use find_literal_pool. + (arm_cleanup): Dump all literal pools. + * doc/c-arm.texi: Document new behaviour of only dumping literal + pools upon request. + 2002-07-26 Alan Modra <amodra@bigpond.net.au> * config/tc-ppc.c (ppc_set_cpu): Use PPC_OPCODE_64 as the default |