diff options
author | Alan Modra <amodra@gmail.com> | 2001-05-12 15:14:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-05-12 15:14:53 +0000 |
commit | bcee8eb8ca80b00b13e2fde8c44894f55d11e141 (patch) | |
tree | 6bca597ac7a0e5fa877458dae8aec483cc6d1485 /gas/ChangeLog | |
parent | 4bba68155df1ff42f84c1dab62423444cde7ea02 (diff) | |
download | gdb-bcee8eb8ca80b00b13e2fde8c44894f55d11e141.zip gdb-bcee8eb8ca80b00b13e2fde8c44894f55d11e141.tar.gz gdb-bcee8eb8ca80b00b13e2fde8c44894f55d11e141.tar.bz2 |
Peter Targett's backwards compatibility and other arc fixes.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 21e5209..f0de913 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,21 @@ +2001-05-12 Peter Targett <peter.targett@arccores.com> + + * config/tc-arc.c: Update copyright and tidy source comments. + (md_pseudo_table): Add directive .cpu back as an alias for + .option. Add .file and .line for dwarf2 support. + (arc_mach_type): Make bfd_mach_arc_6 default. + (md_longopts): Add entry 'pre-v6' representing old command line + option when assembling for 'arc5' core versions. + (md_parse_option): Make OPTION_ARC same as OPTION_ARC6, for new + default behaviour. + (arc_code_symbol): Make symbol value for @h30 fixup expression + equal to O_constant. + (md_assemble): Call dwarf2_emit_insn. + Include "dwarf2dbg2.h". Formatting fixes throughout file. + * config/tc-arc.h (DWARF2_LINE_MIN_INSN_LENGTH): Define. + + * doc/c-arc.texi (ARC_CORE_DEFAULT): Update to new default. + 2001-05-11 Jakub Jelinek <jakub@redhat.com> * config/tc-ia64.c (special_linkonce_name): New. |