diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-02 22:48:59 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-02 22:48:59 +0000 |
commit | ed7d5d1a43104f2ed6e83c99fe9858fe335cf186 (patch) | |
tree | f998a61b75affb1b6f88cd628e07c32f6d5bf210 /gas/ChangeLog | |
parent | c483c494a07363c8f8d03dabe2a1c595f6bf025a (diff) | |
download | gdb-ed7d5d1a43104f2ed6e83c99fe9858fe335cf186.zip gdb-ed7d5d1a43104f2ed6e83c99fe9858fe335cf186.tar.gz gdb-ed7d5d1a43104f2ed6e83c99fe9858fe335cf186.tar.bz2 |
* read.c (emit_expr): Set dot_value.
* dw2gencfi.c (output_fde): Remove pcrel reloc hack.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 75 |
1 files changed, 40 insertions, 35 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e5ac474..0e02bec 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2003-06-02 Alan Modra <amodra@bigpond.net.au> + * read.c (emit_expr): Set dot_value. + * dw2gencfi.c (output_fde): Remove pcrel reloc hack. + +2003-06-02 Alan Modra <amodra@bigpond.net.au> + * macro.c (sub_actual): Don't lose string if it turns out that &string wasn't an arg. @@ -24,8 +29,8 @@ * configure: Regenerate. 2003-05-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> - - * config/tc-m32r.c: Amend comment to refer to Renesas + + * config/tc-m32r.c: Amend comment to refer to Renesas 2003-05-27 Richard Henderson <rth@redhat.com> @@ -99,12 +104,12 @@ 2003-05-07 Eric Christopher <echristo@redhat.com> - * config/tc-mips.c (mips_abicalls): New variable. - (md_parse_option): Use. - (s_option): Ditto. - (s_abicalls): Ditto. - (mips_elf_final_processing): Set EF_MIPS_PIC and - EF_MIPS_CPIC dependent on above. + * config/tc-mips.c (mips_abicalls): New variable. + (md_parse_option): Use. + (s_option): Ditto. + (s_abicalls): Ditto. + (mips_elf_final_processing): Set EF_MIPS_PIC and + EF_MIPS_CPIC dependent on above. 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> @@ -112,34 +117,34 @@ 2003-05-21 Nick Clifton <nickc@redhat.com> - * config/obj-elf.c: Include dwarf2dbg.h. - (elf_pseudo_tab): Add .file and .loc. - * config/tc-arc.c (md_pseudo_table): Remove .file and .loc. - * config/tc-arm.c: Likewise. - * config/tc-h8300.c: Likewise. - * config/tc-hppa.c: Likewise. - * config/tc-ia64.c: Likewise. - * config/tc-m68hc11.c: Likewise. - * config/tc-m68k.c: Likewise. - * config/tc-mmix.c: Likewise. - * config/tc-mn10300.c: Likewise. - * config/tc-ppc.c: Likewise. - * config/tc-sh.c: Likewise. - * config/tc-sparc.c: Likewise. - * config/tc-v850.c: Likewise. - * config/tc-frv.c: Likewise, and remove redundant inclusion of - dwarf2dbg.h. - * config/tc-ip2k.c: Likewise. - * config/tc-iq2000.c: Likewise. - * config/tc-xstormy16.c: Likewise. - * config/tc-xtensa.c: Likewise. + * config/obj-elf.c: Include dwarf2dbg.h. + (elf_pseudo_tab): Add .file and .loc. + * config/tc-arc.c (md_pseudo_table): Remove .file and .loc. + * config/tc-arm.c: Likewise. + * config/tc-h8300.c: Likewise. + * config/tc-hppa.c: Likewise. + * config/tc-ia64.c: Likewise. + * config/tc-m68hc11.c: Likewise. + * config/tc-m68k.c: Likewise. + * config/tc-mmix.c: Likewise. + * config/tc-mn10300.c: Likewise. + * config/tc-ppc.c: Likewise. + * config/tc-sh.c: Likewise. + * config/tc-sparc.c: Likewise. + * config/tc-v850.c: Likewise. + * config/tc-frv.c: Likewise, and remove redundant inclusion of + dwarf2dbg.h. + * config/tc-ip2k.c: Likewise. + * config/tc-iq2000.c: Likewise. + * config/tc-xstormy16.c: Likewise. + * config/tc-xtensa.c: Likewise. * Makefile.am: Regenerate dependencies. - * Makefile.in: Regenerate. - * aclocal.m4: Regenerate. - * config.in: Regenerate. - * configure: Regenerate. - * po/POTFILES.in: Regenerate. - * po/gas.pot: Regenerate. + * Makefile.in: Regenerate. + * aclocal.m4: Regenerate. + * config.in: Regenerate. + * configure: Regenerate. + * po/POTFILES.in: Regenerate. + * po/gas.pot: Regenerate. 2003-05-21 Nick Clifton <nickc@redhat.com> |