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