diff options
author | Alan Modra <amodra@gmail.com> | 2010-09-29 06:48:30 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-09-29 06:48:30 +0000 |
commit | 1e0f6894c8c433b30be3220ca476118fc2f34eff (patch) | |
tree | 54c08b62b5a0e7532b6356322190f96a3fdfc933 /gas/ChangeLog | |
parent | f794089cb82b66bf0c3a91fd00d36b608b0b36a1 (diff) | |
download | gdb-1e0f6894c8c433b30be3220ca476118fc2f34eff.zip gdb-1e0f6894c8c433b30be3220ca476118fc2f34eff.tar.gz gdb-1e0f6894c8c433b30be3220ca476118fc2f34eff.tar.bz2 |
* expr.c (expr): Correct returned segment value.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4511ea3..62a974b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-09-29 Alan Modra <amodra@gmail.com> + + * expr.c (expr): Correct returned segment value. + 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure: Regenerate. @@ -57,7 +61,7 @@ (arm_ext_m): Add support for OS extension. (arm_ext_os): New variable. (do_t_swi): In v6-M ensure we have the OS extension. - (arm_cpus): The cortex-m1 and cortex-m0 options have the OS + (arm_cpus): The cortex-m1 and cortex-m0 options have the OS extension by default. (arm_archs): Add armv6s-m. (arm_extensions): Add 'os' extension. @@ -98,7 +102,7 @@ (arm_option_cpu_table): Rename... (arm_option_fpu_table): ...to this. (arm_fpus): Change type. - (arm_parse_extension): Enforce alphabetical order. Allow + (arm_parse_extension): Enforce alphabetical order. Allow extensions to be removed. (arm_parse_arch): Allow extensions to be specified with -march. (s_arm_arch_extension): Add. |