2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
[external/binutils.git] / gas / ChangeLog
1 2004-01-07  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * config/tc-ia64.c (unwind): Move next_slot_number and
4         next_slot_frag to ...
5         (unw_rec_list): Here.
6         (free_list_records): Removed.
7         (output_unw_records): Likewise.
8         (generate_unwind_image): Make it void.
9         (alloc_record): Initialize next_slot_number and next_slot_frag.
10         (slot_index): Take .org, .space and .align into account.
11         (fixup_unw_records): Don't set slot_number to 0. Use
12         list->next_slot_number and list->next_slot_frag instead of
13         unwind.next_slot_number and unwind.next_slot_frag.
14         (ia64_convert_frag): New.
15         (generate_unwind_image): Generate a rs_machine_dependent frag
16         for unwind record.
17         (emit_one_bundle): Use list->next_slot_number and
18         list->next_slot_frag instead of unwind.next_slot_number and
19         unwind.next_slot_frag.
20
21         * config/tc-ia64.h (md_convert_frag): Defined as
22         ia64_convert_frag.
23         (md_estimate_size_before_relax): Defined as (f)->fr_var.
24
25 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
26
27         2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
28         * config/tc-frv.h (md_apply_fix3): Don't define.
29         * config/tc-frv.c (md_apply_fix3): New.  Shift/truncate %hi/%lo
30         operands.
31         * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
32         2003-10-07  Alexandre Oliva  <aoliva@redhat.com>
33         * config/tc-frv.c (line_separator_chars): Add `!'.
34         2003-09-19  Alexandre Oliva  <aoliva@redhat.com>
35         * config/tc-frv.c (md_assemble): Clear insn upfront.
36         2003-09-18  Alexandre Oliva  <aoliva@redhat.com>
37         * config/tc-frv.c (OPTION_FDPIC): New macro.
38         (md_longopts): Add mfdpic.
39         (md_parse_option): Handle it.
40         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
41         * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
42         FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
43         (frv_pic_ptr): Parse funcdesc.
44
45 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
46
47         * doc/as.texinfo: Let texi2pod parse asconfig.texi and
48         gasver.texi.  Remove duplicate symbol definitions for texi2pod.
49
50 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
51
52         * Makefile.am (Makefile): Move the dependency on
53         $(BFDDIR)/configure.in to...
54         (CONFIG_STATUS_DEPENDENCIES): ... here.
55         (AUTOMAKE_OPTIONS): Require automake 1.8.
56         * Makefile.in: Regenerate.
57         * doc/Makefile.am (BASEDIR, BFDDIR): Define.
58         (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
59         $(BFDDIR)/configure.in here as well.
60         * doc/Makefile.in: Regenerate.
61
62 2004-01-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
63
64         * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
65         * Makefile.in: Regenerate.
66         * aclocal.m4: Regenerate.
67         * doc/Makefile.am (install, install-info): Remove.
68         (install-data-local): A new hook for install-info.
69         (AUTOMAKE_OPTIONS): Require automake 1.8.
70         * doc/Makefile.in: Regenerate.
71
72 2004-01-02  Nutan Singh <nutan@kpitcummins.com>
73
74         * doc/c-sh.texi: Update description about floating point behavior
75         of SH family.
76
77 2004-01-02  Bernardo Innocenti  <bernie@develer.com>
78
79         * configure.in: Add m68k-uClinux target.
80         * configure: Regenerate.
81
82 For older changes see ChangeLog-0203
83 \f
84 Local Variables:
85 mode: change-log
86 left-margin: 8
87 fill-column: 74
88 version-control: never
89 End: