2009-01-26 Andrew Stubbs <ams@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
ee3c0378
AS
12009-01-26 Andrew Stubbs <ams@codesourcery.com>
2
3 * config/tc-arm.c (attributes_set_explicitly): New array.
4 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
5 (cpu_arch): Add ARM_ARCH_V5T.
6 (aeabi_set_attribute_int): New function.
7 (aeabi_set_attribute_string): New function.
8 (aeabi_set_public_attributes): Set attributes according to the user's
9 intentions, rather than the actual state of the binary.
10 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
11 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
12 Support WMMXv2. Use attribute names instead of numbers.
13 * read.c (s_vendor_attribute): Change return type to int.
14 Return the tag number that was set.
15 * read.h (s_vendor_attribute): Change return type to int.
16
17f4880d
EW
172009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
18
19 PR 9789
20 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
21 * doc/c-avr.texi: Likewise.
22
278df34e
NS
232009-01-23 Nathan Sidwell <nathan@codesourcery.com>
24
25 * doc/c-arm.texi (): Document -mwarn-deprecated.
26 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
27 (warn_on_deprecated): ... this.
28 (opcode_lookup, md_assemble): Check it before warning.
29 (arm_opts): Add m[no-]warn-deprecated.
30 (md_parse_option): Replace WARN_DEPRECATED with
31 warn_on_deprecated.
32
199114c2
AS
332009-01-23 Andreas Schwab <schwab@suse.de>
34
750bdd57
AS
35 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
36 arguments to macro_build to match format.
37
199114c2
AS
38 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
39 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
40
d3bf77be
NC
412009-01-19 Nick Clifton <nickc@redhat.com>
42
43 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
44 ELF format ARM targets.
45 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
46
472009-01-19 Nick Clifton <nickc@redhat.com>
48
49 * configure.tgt: Restore alpha sorting to object format switch
50 statement.
51
2d0bb761
AS
522009-01-19 Andrew Stubbs <ams@codesourcery.com>
53
54 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
55
3493e7b0
JM
562009-01-16 Mark Shinwell <shinwell@codesourcery.com>
57
58 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
59 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
60
e04befd0
AS
612009-01-16 Andrew Stubbs <ams@codesourcery.com>
62 Daniel Jacobowitz <dan@codesourcery.com>
63
64 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
65 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
66 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
67 * read.c (s_vendor_attribute): Add support for symbolic tag names.
68 Improve string parser.
69 * doc/c-arm.texi (ARM Machine Directives): Document
70 .eabi_attribute symbolic tag names.
71
29670fb9
AM
722009-01-16 Alan Modra <amodra@bigpond.net.au>
73
74 * configure.in (commonbfdlib): Delete.
75 * configure: Regenerate.
76 * po/POTFILES.in: Regenerate.
77
91e22acd
AS
782009-01-15 Andrew Stubbs <ams@codesourcery.com>
79 Julian Brown <julian@codesourcery.com>
80
81 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
82
7b86a9fa
AS
832009-01-15 Andrew Stubbs <ams@codesourcery.com>
84
85 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
86 bfd_elf_add_obj_attr_int_string.
87
01e1a5bc
NC
882009-01-15 Douglas B Rupp <rupp@gnat.com>
89
90 * configure.tgt(ia64-*-*vms*): New target.
91 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
92 * tc.h (md_number_to_chars): Declare iff undefined.
93 * config/obj-elf.c (obj_elf_change_section): Change type of arg
94 attr to bfd_vma.
95 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
96 variables attr, md_attr to bfd_vma.
97 (obj_elf_section_word): Likewise.
98 (obj_elf_section): Change type of variable attr to bfd_vma
99 * config/obj-elf.h (obj_elf_change_section): Change type of arg
100 attr to bfd_vma.
101 * config/tc-ia64.c (bfdver.h,time.h): Include.
102 (ia64_elf_section_letter): Now returns a bfd_vma.
103 Handle VMS specific attributes.
104 (ia64_elf_section_flags): Arg attr now a bfd_vma.
105 (ia64_init): Don't turn on dependency checking for VMS.
106 (ia64_target_format): Check for VMS flag bit.
107 (do_alias): Hande decc$ functions.
108 (get_vms_time): New function.
109 (ia64_vms_note): New function.
110 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
111 (ia64_elf_section_flags): Arg attr now a bfd_vma.
112 (tc_init_after_args): Define for VMS.
113 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
114 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
115 * config/tc-alpha.h: Likewise.
116 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
117 (x86_64_section_word): Return a bfd_vma.
118 * config/tc-i386.h: Likewise.
119 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
120 attr to bfd_vma.
121 * config/tc-ip2k.h: Likewise.
122 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
123 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
124 * config/tc-mep.h: Likewise.
125 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
126 (ppc_section_word): Return a bfd_vma.
127 (ppc_section_flags): Change type of arg attr to bfd_vma.
128 * config/tc-ppc.h: Likewise.
129 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
130 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
750bdd57
AS
131 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
132 New file with new macros
133 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
134 macros.
01e1a5bc 135
bc2d1808
NC
1362009-01-15 Nick Clifton <nickc@redhat.com>
137
138 PR 9722
139 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
140 instructions before generating a Thumb2 nop.
141
7b6598a4 1422009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
750bdd57 143
7b6598a4
AK
144 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
145
cd4a7468
AM
1462009-01-12 Alan Modra <amodra@bigpond.net.au>
147
148 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
149 (brinfo): New var.
150 (md_assemble): Poke brinfo into branch instructions.
151 (spu_brinfo): New function.
152 (md_apply_fix): Don't assume insn fields start off at zero, mask
153 them to remove possible brinfo.
154
1543849b
L
1552009-01-10 H.J. Lu <hongjiu.lu@intel.com>
156
157 * doc/c-i386.texi: Reformat.
158
bd5295b2
L
1592009-01-10 H.J. Lu <hongjiu.lu@intel.com>
160
161 * gas/config/tc-i386.c (cpu_arch): Add corei7, .clflush and
162 .syscall.
163 (i386_align_code): Handle PROCESSOR_COREI7.
164 (md_show_usage): Add corei7, clflush and syscall.
165 (i386_target_format): Replace cpup4 with cpuclflush.
166
167 * gas/config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
168
169 * doc/c-i386.texi: Document corei7, clflush and syscall.
170
1b7f3fb0
L
1712009-01-09 H.J. Lu <hongjiu.lu@intel.com>
172
173 * config/tc-i386.c (cpu_arch): Add .rdtscp.
174 (md_show_usage): Display rdtscp.
175
176 * doc/c-i386.texi: Document rdtscp.
177
1cb0a767
PB
1782009-01-09 Peter Bergner <bergner@vnet.ibm.com>
179
180 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
181 Test the new "deprecated" opcode field.
182
19fc3723
SA
1832009-01-07 Sterling Augustine <sterling@tensilica.com>
184
185 * config/tc-xtensa.c (produce_flix): New.
186 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
187 (md_longopts): Add support for them.
188 (md_parse_option): Likewise.
189 (md_show_usage): Add help message.
190 (finish_vinsn): Don't allow multi-slot flix when produce_flix
191 option is set to FLIX_NONE.
192 * config/xtensa-relax.c (transition_applies): Only relax to
193 flix branches when produce_flix equals FLIX_ALL.
194 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
195 FLIX_NONE): New.
196 (produce_flix): Declare.
197
24864476
CF
1982009-01-06 Chao-ying Fu <fu@mips.com>
199
200 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
201 Use strncmp to match jalr and jalr.hb.
202 Fix a typo.
203
0bfee649 2042009-01-05 H.J. Lu <hongjiu.lu@intel.com>
d62f07d0 205
0bfee649
L
206 AVX Programming Reference (December, 2008)
207 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
208 support. Don't swap REG and NDS for FMA.
d62f07d0 209
750bdd57 2102009-01-02 Matthias Klose <doko@ubuntu.com>
e7c604dd 211
750bdd57
AS
212 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
213 behaviour.
e7c604dd 214
0bfee649 215For older changes see ChangeLog-2008
08d56133
NC
216\f
217Local Variables:
218mode: change-log
219left-margin: 8
220fill-column: 74
221version-control: never
222End:
This page took 0.388827 seconds and 4 git commands to generate.