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