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