diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2010-07-22 07:39:20 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2010-07-22 07:39:20 +0000 |
commit | 1575952e139a97b8383cfb5849a671dc77e6cc90 (patch) | |
tree | 9d9732ba5fc4cc31a01d5b488d7a0adc00c2724d /gas/ChangeLog | |
parent | 5506d11a077dc555735b393054250287552082d6 (diff) | |
download | gdb-1575952e139a97b8383cfb5849a671dc77e6cc90.zip gdb-1575952e139a97b8383cfb5849a671dc77e6cc90.tar.gz gdb-1575952e139a97b8383cfb5849a671dc77e6cc90.tar.bz2 |
2010-07-22 Thomas Schwinge <thomas@codesourcery.com>
Switch MIPS to 32-bit DWARF format.
* config/tc-mips.h (DWARF2_FORMAT): Only define for [TE_IRIX].
* config/tc-mips.c (mips_dwarf2_format): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8a2c3d8..5d543f9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2010-07-22 Thomas Schwinge <thomas@codesourcery.com> + + Switch MIPS to 32-bit DWARF format. + * config/tc-mips.h (DWARF2_FORMAT): Only define for [TE_IRIX]. + * config/tc-mips.c (mips_dwarf2_format): Likewise. + 2010-07-20 Alan Modra <amodra@gmail.com> * config/tc-ppc.c (ppc_setup_opcodes): Add all macros for -many. |