]>
Commit | Line | Data |
---|---|---|
51c8ebc1 BW |
1 | 2008-05-07 Bob Wilson <[email protected]> |
2 | ||
3 | * config/tc-xtensa.c (xtensa_create_property_segments): Use | |
4 | xtensa_make_property_section instead of xtensa_get_property_section. | |
5 | (xtensa_create_xproperty_segments): Likewise. | |
6 | ||
f1f8f695 L |
7 | 2008-05-02 H.J. Lu <[email protected]> |
8 | ||
9 | * NEWS: Mention XSAVE, EPT and MOVBE. | |
10 | ||
11 | * config/tc-i386.c (cpu_arch): Add .movbe and .ept. | |
12 | (md_show_usage): Add .movbe and .ept. | |
13 | ||
14 | * doc/c-i386.texi: Add movbe and ept to -march=. Document | |
15 | .movbe and .ept. | |
16 | ||
2b661f3d DM |
17 | 2008-04-29 David S. Miller <[email protected]> |
18 | ||
19 | * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries. | |
20 | ||
037b32b9 AN |
21 | 2008-04-28 Adam Nemet <[email protected]> |
22 | ||
23 | * config/tc-mips.c (file_mips_soft_float, file_mips_single_float): | |
24 | New statics. | |
25 | (OPTION_ELF_BASE): Make room for new option macros. | |
26 | (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT, | |
27 | OPTION_DOUBLE_FLOAT): New option macros. | |
28 | (md_longopts): Add msoft-float, mhard-float, msingle-float and | |
29 | mdouble-float. | |
30 | (md_parse_option): Handle OPTION_SINGLE_FLOAT, | |
31 | OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT. | |
32 | (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float | |
33 | and -mdouble-float. | |
34 | (struct mips_set_options): New fields soft_float and single_float. | |
35 | (mips_opts): Initialized them. Add comment for each field | |
36 | initializer. | |
37 | (mips_after_parse_args): Set them based on file_mips_soft_float | |
38 | and file_mips_single_float. | |
39 | (s_mipsset): Add support for `.set softfloat', `.set hardfloat', | |
40 | `.set singlefloat' and `.set doublefloat'. | |
41 | (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER. | |
42 | Handle single-float and soft-float instructions here. | |
43 | (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER. | |
44 | (is_opcode_valid_16): New function. | |
45 | (mips16_ip): Use it instead of OPCODE_IS_MEMBER. | |
46 | (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB, | |
47 | M_S_DOB>: Remove special-casing of r4650. | |
48 | * doc/c-mips.texi (-march=): Add Octeon. | |
49 | (MIPS Opts): Document -msoft-float and -mhard-float. Document | |
50 | -msingle-float and -mdouble-float. | |
51 | (MIPS floating-point): New section. Document `.set softfloat' and | |
52 | `.set hardfloat'. Document `.set singlefloat' and `.set | |
53 | doublefloat'. | |
54 | ||
f04d18b7 DM |
55 | 2008-04-25 David S. Miller <[email protected]> |
56 | ||
57 | * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set' | |
58 | %asr aliases. | |
59 | ||
60 | * doc/c-sparc.texi: Consistently refer to architecture 'versions', | |
61 | rather than occaisionally 'levels'. Consistently refer to Sun's | |
62 | UNIX variant as SunOS, every version of Solaris is also SunOS. | |
63 | Document new 'softint_clear' and 'softint_set' aliases. Clarify | |
64 | which architecture versions support '%dcr', '%cq', and '%gl'. Add | |
65 | section on 32-bit/64-bit opcode translations. | |
66 | ||
fe4fa32c MF |
67 | 2008-04-23 Mike Frysinger <[email protected]> |
68 | ||
69 | * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c. | |
70 | (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h. | |
71 | (obj-fdpicelf.o): Define. | |
72 | * Makefile.in: Regenerate. | |
73 | * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf. | |
74 | (bfin-*-*): Delete. | |
75 | (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux. | |
76 | (bfin-*-uclinux*): New; set fmt to elf and em to linux. | |
77 | * config/obj-fdpicelf.c: New. | |
78 | * config/obj-fdpicelf.h: Likewise. | |
79 | * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on | |
80 | the OBJ_FDPIC_ELF define. | |
81 | (OPTION_NOPIC): Define. | |
82 | (md_longopts): Add mnopic and mno-fdpic. | |
83 | (md_parse_option): Handle OPTION_NOPIC. | |
84 | ||
6194aaab L |
85 | 2008-04-23 Paolo Bonzini <[email protected]> |
86 | ||
87 | * aclocal.m4: Regenerate. | |
88 | * configure: Regenerate. | |
89 | ||
1a6b486f DM |
90 | 2008-04-23 David S. Miller <[email protected]> |
91 | ||
92 | * config/tc-sparc.c (v9a_asr_table): Add missing | |
93 | 'stick' and 'stick_cmpr', and document ordering rules | |
94 | of table. | |
95 | (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and | |
96 | BFD_RELOC_SPARC_PC10. | |
97 | * doc/c-sparc.texi: New section on Sparc constants. | |
98 | Add documentation for %stick and %stick_cmpr. | |
99 | ||
879d3736 NC |
100 | 2008-04-22 David S. Miller <[email protected]> |
101 | ||
102 | * config/obj-elf.c (obj_elf_section_type): Add prototype | |
103 | before obj_elf_section_word and add 'warn' arg. | |
104 | (obj_elf_section_word): Add type pointer arg, and if no #SECTION | |
105 | is matched, try checking for #SECTION_TYPE. | |
106 | (obj_elf_section): Adjust for new args. | |
107 | (obj_elf_type_name): New function. | |
108 | (obj_elf_type): Call it, and accept STT_foo number strings | |
109 | in .type statements as output by SunPRO compiler. | |
110 | ||
81f8a913 L |
111 | 2008-04-22 H.J. Lu <[email protected]> |
112 | ||
113 | * config/tc-i386.c (md_assemble): Don't check SSE instructions | |
114 | if noavx is 0. | |
115 | ||
c15295d5 DM |
116 | 2008-04-18 David S. Miller <[email protected]> |
117 | ||
118 | * doc/c-sparc.texi: Add syntax section. | |
119 | ||
eff014d9 L |
120 | 2008-04-18 H.J. Lu <[email protected]> |
121 | ||
122 | * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap | |
123 | REG and NDS for instructions with immediate operand. | |
124 | ||
dae39acc L |
125 | 2008-04-18 H.J. Lu <[email protected]> |
126 | ||
127 | * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for | |
128 | FMA. | |
129 | ||
739f7f82 DM |
130 | 2008-04-16 David S. Miller <[email protected]> |
131 | ||
132 | * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics | |
133 | and relocation generation. | |
134 | (tc_gen_reloc): Likewise. | |
135 | ||
52b5ca5b AS |
136 | 2008-04-15 Andrew Stubbs <[email protected]> |
137 | ||
138 | * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4 | |
139 | relocations are properly aligned, and not negative. | |
140 | ||
a5f245b5 NC |
141 | 2008-04-15 Khem Raj <[email protected]> |
142 | ||
143 | * doc/tc-arm.texi: Fix fnstart and fnend directive names. | |
144 | ||
19a6653c AM |
145 | 2008-04-14 Edmar Wienskoski <[email protected]> |
146 | ||
147 | * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to | |
148 | accept e500mc instructions. | |
149 | (md_show_usage): Document -me500mc. | |
150 | ||
d5a35a55 NC |
151 | 2008-04-11 Nick Clifton <[email protected]> |
152 | ||
153 | * listing.c (print_timestamp): Use localtime rather than | |
154 | localtime_r since not all build environments provide the latter. | |
155 | ||
daf50ae7 L |
156 | 2008-04-10 H.J. Lu <[email protected]> |
157 | ||
158 | * NEWS: Mention -msse-check=[none|error|warning]. | |
159 | ||
160 | * config/tc-i386.c (sse_check): New. | |
161 | (OPTION_MSSE_CHECK): Likewise. | |
162 | (md_assemble): Check SSE instructions if needed. | |
163 | (md_longopts): Add -msse-check. | |
164 | (md_parse_option): Handle OPTION_MSSE_CHECK. | |
165 | (md_show_usage): Show -msse-check=[none|error|warning]. | |
166 | ||
167 | * doc/c-i386.texi: Document -msse-check=[none|error|warning]. | |
168 | ||
83f10cb2 NC |
169 |