mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
99d09cdbd4
* config/tc-frv.h (md_apply_fix3): Don't define. * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo operands. * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define. 2003-10-07 Alexandre Oliva <aoliva@redhat.com> * config/tc-frv.c (line_separator_chars): Add `!'. 2003-09-19 Alexandre Oliva <aoliva@redhat.com> * config/tc-frv.c (md_assemble): Clear insn upfront. 2003-09-18 Alexandre Oliva <aoliva@redhat.com> * config/tc-frv.c (OPTION_FDPIC): New macro. (md_longopts): Add mfdpic. (md_parse_option): Handle it. 2003-08-04 Alexandre Oliva <aoliva@redhat.com> * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12, FRV_OPERAND_S12>: Use reloc type encoded in fix-up. (frv_pic_ptr): Parse funcdesc.
66 lines
2.1 KiB
Plaintext
66 lines
2.1 KiB
Plaintext
2004-01-06 Alexandre Oliva <aoliva@redhat.com>
|
||
|
||
2003-12-19 Alexandre Oliva <aoliva@redhat.com>
|
||
* config/tc-frv.h (md_apply_fix3): Don't define.
|
||
* config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
|
||
operands.
|
||
* config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
|
||
2003-10-07 Alexandre Oliva <aoliva@redhat.com>
|
||
* config/tc-frv.c (line_separator_chars): Add `!'.
|
||
2003-09-19 Alexandre Oliva <aoliva@redhat.com>
|
||
* config/tc-frv.c (md_assemble): Clear insn upfront.
|
||
2003-09-18 Alexandre Oliva <aoliva@redhat.com>
|
||
* config/tc-frv.c (OPTION_FDPIC): New macro.
|
||
(md_longopts): Add mfdpic.
|
||
(md_parse_option): Handle it.
|
||
2003-08-04 Alexandre Oliva <aoliva@redhat.com>
|
||
* config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
|
||
FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
|
||
(frv_pic_ptr): Parse funcdesc.
|
||
|
||
2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
||
|
||
* doc/as.texinfo: Let texi2pod parse asconfig.texi and
|
||
gasver.texi. Remove duplicate symbol definitions for texi2pod.
|
||
|
||
2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
||
|
||
* Makefile.am (Makefile): Move the dependency on
|
||
$(BFDDIR)/configure.in to...
|
||
(CONFIG_STATUS_DEPENDENCIES): ... here.
|
||
(AUTOMAKE_OPTIONS): Require automake 1.8.
|
||
* Makefile.in: Regenerate.
|
||
* doc/Makefile.am (BASEDIR, BFDDIR): Define.
|
||
(CONFIG_STATUS_DEPENDENCIES): Add a dependency on
|
||
$(BFDDIR)/configure.in here as well.
|
||
* doc/Makefile.in: Regenerate.
|
||
|
||
2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
||
|
||
* Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
|
||
* Makefile.in: Regenerate.
|
||
* aclocal.m4: Regenerate.
|
||
* doc/Makefile.am (install, install-info): Remove.
|
||
(install-data-local): A new hook for install-info.
|
||
(AUTOMAKE_OPTIONS): Require automake 1.8.
|
||
* doc/Makefile.in: Regenerate.
|
||
|
||
2004-01-02 Nutan Singh <nutan@kpitcummins.com>
|
||
|
||
* doc/c-sh.texi: Update description about floating point behavior
|
||
of SH family.
|
||
|
||
2004-01-02 Bernardo Innocenti <bernie@develer.com>
|
||
|
||
* configure.in: Add m68k-uClinux target.
|
||
* configure: Regenerate.
|
||
|
||
For older changes see ChangeLog-0203
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|