2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
2
3 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
4 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
5
6 2009-01-16 Andrew Stubbs <ams@codesourcery.com>
7 Daniel Jacobowitz <dan@codesourcery.com>
8
9 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
10 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
11 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
12 * read.c (s_vendor_attribute): Add support for symbolic tag names.
13 Improve string parser.
14 * doc/c-arm.texi (ARM Machine Directives): Document
15 .eabi_attribute symbolic tag names.
16
17 2009-01-16 Alan Modra <amodra@bigpond.net.au>
18
19 * configure.in (commonbfdlib): Delete.
20 * configure: Regenerate.
21 * po/POTFILES.in: Regenerate.
22
23 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
24 Julian Brown <julian@codesourcery.com>
25
26 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
27
28 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
29
30 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
31 bfd_elf_add_obj_attr_int_string.
32
33 2009-01-15 Douglas B Rupp <rupp@gnat.com>
34
35 * configure.tgt(ia64-*-*vms*): New target.
36 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
37 * tc.h (md_number_to_chars): Declare iff undefined.
38 * config/obj-elf.c (obj_elf_change_section): Change type of arg
39 attr to bfd_vma.
40 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
41 variables attr, md_attr to bfd_vma.
42 (obj_elf_section_word): Likewise.
43 (obj_elf_section): Change type of variable attr to bfd_vma
44 * config/obj-elf.h (obj_elf_change_section): Change type of arg
45 attr to bfd_vma.
46 * config/tc-ia64.c (bfdver.h,time.h): Include.
47 (ia64_elf_section_letter): Now returns a bfd_vma.
48 Handle VMS specific attributes.
49 (ia64_elf_section_flags): Arg attr now a bfd_vma.
50 (ia64_init): Don't turn on dependency checking for VMS.
51 (ia64_target_format): Check for VMS flag bit.
52 (do_alias): Hande decc$ functions.
53 (get_vms_time): New function.
54 (ia64_vms_note): New function.
55 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
56 (ia64_elf_section_flags): Arg attr now a bfd_vma.
57 (tc_init_after_args): Define for VMS.
58 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
59 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
60 * config/tc-alpha.h: Likewise.
61 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
62 (x86_64_section_word): Return a bfd_vma.
63 * config/tc-i386.h: Likewise.
64 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
65 attr to bfd_vma.
66 * config/tc-ip2k.h: Likewise.
67 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
68 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
69 * config/tc-mep.h: Likewise.
70 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
71 (ppc_section_word): Return a bfd_vma.
72 (ppc_section_flags): Change type of arg attr to bfd_vma.
73 * config/tc-ppc.h: Likewise.
74 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
75 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
76 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
77 New file with new macros
78 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
79 macros.
80
81 2009-01-15 Nick Clifton <nickc@redhat.com>
82
83 PR 9722
84 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
85 instructions before generating a Thumb2 nop.
86
87 2009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
88
89 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
90
91 2009-01-12 Alan Modra <amodra@bigpond.net.au>
92
93 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
94 (brinfo): New var.
95 (md_assemble): Poke brinfo into branch instructions.
96 (spu_brinfo): New function.
97 (md_apply_fix): Don't assume insn fields start off at zero, mask
98 them to remove possible brinfo.
99
100 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
101
102 * doc/c-i386.texi: Reformat.
103
104 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
105
106 * gas/config/tc-i386.c (cpu_arch): Add corei7, .clflush and
107 .syscall.
108 (i386_align_code): Handle PROCESSOR_COREI7.
109 (md_show_usage): Add corei7, clflush and syscall.
110 (i386_target_format): Replace cpup4 with cpuclflush.
111
112 * gas/config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
113
114 * doc/c-i386.texi: Document corei7, clflush and syscall.
115
116 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
117
118 * config/tc-i386.c (cpu_arch): Add .rdtscp.
119 (md_show_usage): Display rdtscp.
120
121 * doc/c-i386.texi: Document rdtscp.
122
123 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
124
125 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
126 Test the new "deprecated" opcode field.
127
128 2009-01-07 Sterling Augustine <sterling@tensilica.com>
129
130 * config/tc-xtensa.c (produce_flix): New.
131 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
132 (md_longopts): Add support for them.
133 (md_parse_option): Likewise.
134 (md_show_usage): Add help message.
135 (finish_vinsn): Don't allow multi-slot flix when produce_flix
136 option is set to FLIX_NONE.
137 * config/xtensa-relax.c (transition_applies): Only relax to
138 flix branches when produce_flix equals FLIX_ALL.
139 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
140 FLIX_NONE): New.
141 (produce_flix): Declare.
142
143 2009-01-06 Chao-ying Fu <fu@mips.com>
144
145 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
146 Use strncmp to match jalr and jalr.hb.
147 Fix a typo.
148
149 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
150
151 AVX Programming Reference (December, 2008)
152 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
153 support. Don't swap REG and NDS for FMA.
154
155 2009-01-02 Matthias Klose <doko@ubuntu.com>
156
157 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
158 behaviour.
159
160 For older changes see ChangeLog-2008
161 \f
162 Local Variables:
163 mode: change-log
164 left-margin: 8
165 fill-column: 74
166 version-control: never
167 End:
This page took 0.033995 seconds and 5 git commands to generate.