* gettext.m4: Quote names of macros to be defined by AC_DEFUN
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2
3 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
4 throughout.
5 * aclocal.m4: Regenerate.
6 * configure: Regenerate.
7
8 2004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
9
10 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
11 manipulation insns.
12
13 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
14
15 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
16 reloc, reserve space for the delay slot as well as the jalr itself.
17
18 2004-01-09 Paul Brook <paul@codesourcery.com>
19
20 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
21 (do_vfp_sp2_from_reg2): New function.
22 (insns): Use them.
23 (do_vfp_dp_from_reg2): Check return values properly.
24
25 2004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
26
27 * config/tc-mips.c (warn_nops): Remove static variable.
28 (macro): Remove test of warn_nops.
29 (md_shortops): Remove 'n'.
30 (md_parse_option): Remove 'n' case.
31 (md_show_usage): Remove -n.
32 * doc/as.texinfo (Overview): Remove MIPS -n option.
33 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
34 * NEWS: Mention removal of MIPS -n option.
35
36 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
37 (cop_interlocks): Check ISA level.
38 (cop_mem_interlocks): Define.
39 (reg_needs_delay): Check cop_interlocks rather than
40 ISA_HAS_COPROC_DELAYS.
41 (append_insn): Likewise. Use cop_mem_interlocks rather than
42 directly checking mips_opts.isa.
43 (mips_emit_delays): Likewise.
44
45 2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
46
47 * config/tc-ia64.c (unwind): Move next_slot_number and
48 next_slot_frag to ...
49 (unw_rec_list): Here.
50 (free_list_records): Removed.
51 (output_unw_records): Likewise.
52 (generate_unwind_image): Make it void.
53 (alloc_record): Initialize next_slot_number and next_slot_frag.
54 (slot_index): Take .org, .space and .align into account.
55 (fixup_unw_records): Don't set slot_number to 0. Use
56 list->next_slot_number and list->next_slot_frag instead of
57 unwind.next_slot_number and unwind.next_slot_frag.
58 (ia64_convert_frag): New.
59 (generate_unwind_image): Generate a rs_machine_dependent frag
60 for unwind record.
61 (emit_one_bundle): Use list->next_slot_number and
62 list->next_slot_frag instead of unwind.next_slot_number and
63 unwind.next_slot_frag.
64
65 * config/tc-ia64.h (md_convert_frag): Defined as
66 ia64_convert_frag.
67 (md_estimate_size_before_relax): Defined as (f)->fr_var.
68
69 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
70
71 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
72 * config/tc-frv.h (md_apply_fix3): Don't define.
73 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
74 operands.
75 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
76 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
77 * config/tc-frv.c (line_separator_chars): Add `!'.
78 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
79 * config/tc-frv.c (md_assemble): Clear insn upfront.
80 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
81 * config/tc-frv.c (OPTION_FDPIC): New macro.
82 (md_longopts): Add mfdpic.
83 (md_parse_option): Handle it.
84 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
85 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
86 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
87 (frv_pic_ptr): Parse funcdesc.
88
89 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
90
91 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
92 gasver.texi. Remove duplicate symbol definitions for texi2pod.
93
94 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
95
96 * Makefile.am (Makefile): Move the dependency on
97 $(BFDDIR)/configure.in to...
98 (CONFIG_STATUS_DEPENDENCIES): ... here.
99 (AUTOMAKE_OPTIONS): Require automake 1.8.
100 * Makefile.in: Regenerate.
101 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
102 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
103 $(BFDDIR)/configure.in here as well.
104 * doc/Makefile.in: Regenerate.
105
106 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
107
108 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
109 * Makefile.in: Regenerate.
110 * aclocal.m4: Regenerate.
111 * doc/Makefile.am (install, install-info): Remove.
112 (install-data-local): A new hook for install-info.
113 (AUTOMAKE_OPTIONS): Require automake 1.8.
114 * doc/Makefile.in: Regenerate.
115
116 2004-01-02 Nutan Singh <nutan@kpitcummins.com>
117
118 * doc/c-sh.texi: Update description about floating point behavior
119 of SH family.
120
121 2004-01-02 Bernardo Innocenti <bernie@develer.com>
122
123 * configure.in: Add m68k-uClinux target.
124 * configure: Regenerate.
125
126 For older changes see ChangeLog-0203
127 \f
128 Local Variables:
129 mode: change-log
130 left-margin: 8
131 fill-column: 74
132 version-control: never
133 End:
This page took 0.036171 seconds and 4 git commands to generate.