Don't compress empty debug sections.
[binutils.git] / gas / ChangeLog
blobbb47e720f82a0ff3a87f254a5a9758fda6be69f0
1 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
3         PR gas/12409
4         * write.c (compress_debug): Return if section size is 0.
6 2011-01-18  Mingfeng Wu  <mingfeng@faraday-tech.com>
8         * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
9         cores: fa606te, fa616te, fmp626.  Modify the VFP of fa626te.
10         * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
11         fmp626} options.
13 2011-01-18  Nick Clifton  <nickc@redhat.com>
15         PR gas/12390
16         * doc/all.texi: Add NS32K
17         * doc/as.texinfo: Remove target specific details of which
18         characters act as comment initiators and statement separators into
19         individual target specific files.
20         * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
21         the hash character at the start of a line.
22         * doc/c-arm.texi (ARM-Chars): Likewise.
23         * doc/c-avr.texi (AVR-Chars): Likewise.
24         * doc/c-d10v.texi (D10V-Chars): Likewise.
25         * doc/c-d30v.texi (D30V-Chars): Likewise.
26         * doc/c-mmix.texi (MMIX-Chars): Likewise.
27         * doc/c-s390.texi (s390 characters): Likewise.
28         * doc/c-sh.texi (SH-Chars): Likewise.
29         * doc/c-sh64.texi (SH64-Chars): Likewise.
30         * doc/c-sparc.texi (SPARC-Chars): Likewise.
31         * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
32         * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
33         * doc/c-z80.texi (Z80-Chars): Likewise.
34         * doc/c-z8k.texi (Z8000-Chars): Likewise.
35         * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
36         * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
37         * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
38         line separator characters.
39         * doc/c-cr16.texi (CR16 Syntax): Likewise.
40         * doc/c-i386.texi (i386-Chars): Likewise.
41         * doc/c-i860.texi (i860-Chars): Likewise.
42         * doc/c-i960.texi (i960-Chars): Likewise.
43         * doc/c-ip2k.texi (IP2K-Chars): Likewise.
44         * doc/c-lm32.texi (LM32-Chars): likewise.
45         * doc/c-m32c.texi (M32C-Chars): Likewise.
46         * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
47         * doc/c-m68k.texi (M68K-Chars): Likewise.
48         * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
49         * doc/c-msp430.texi (MSP430-Chars): Likewise.
50         * doc/c-mt.texi (MT-Chars): Likewise.
51         * doc/c-ns32k.texi (NS32K-Chars): Likewise.
52         * doc/c-pj.texi (PJ-Chars): Likewise.
53         * doc/c-ppc.texi (PowerPC-Chars): Likewise.
54         * doc/c-rx.texi (RX-Chars): Likewise.
55         * doc/c-score.texi (SCORE-Chars): Likewise.
56         * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
57         * doc/c-v850.texi (V850-Chars): Likewise.
58         * doc/c-vax.texi (VAX-Chars): Likewise.
59         * doc/c-xc16x.texi (xc16x-Chars): Likewise.
61 2011-01-17  Quentin Neill  <quentin.neill@amd.com>
63         * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
65         * doc/c-i386.texi (i386-TBM): New section.
67 2011-01-16  H.J. Lu  <hongjiu.lu@intel.com>
69         * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
70         (disallow_64bit_reloc): This.
71         (md_assemble): Don't check movabs for x32 mode here.
72         (i386_target_format): Updated.
73         (tc_gen_reloc): Check if 64bit relocations are allowed.
75 2011-01-15  H.J. Lu  <hongjiu.lu@intel.com>
77         * config/tc-i386.c (disallow_64bit_disp): New.
78         (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
79         X86_64_ABI/X86_64_X32_ABI.
80         (md_assemble): Don't allow movabs with relocation in x32 mode.
81         (i386_target_format): Updated.
83 2011-01-14  H.J. Lu  <hongjiu.lu@intel.com>
85         * config/tc-i386.c (OPTION_N32): Renamed to ...
86         (OPTION_X32): This.
87         (md_longopts): Replace n32 with x32.
88         (md_parse_option): Updated.
89         (md_show_usage): Likewise.
91         * doc/c-i386.texi: Replace --n32 with --x32.
93 2011-01-11  Mingjie Xing  <mingjie.xing@gmail.com>
95         * config/tc-mips.c (mips_ip): Update error messages.  Take an
96         unadjusted offset for "+c" argument.
98 2011-01-10  Nick Clifton  <nickc@redhat.com>
100         * config/tc-i386.c (x86_elf_abi): Only define for targets that use
101         it.
103 2011-01-10  Nick Clifton  <nickc@redhat.com>
105         * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
106         part of the file.
108 2011-01-10  Nathan Sidwell  <nathan@codesourcery.com>
109             Glauber de Oliveira Costa  <glommer@gmail.com>
111         * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
112         .tlsdescseq directive.
113         * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
114         following a symbol.
115         (s_arm_tls_descseq): New directive.
116         (md_pseudo_table): Add it.
117         (encode_branch): Allow TLS_CALL relocs too.
118         (do_t_blx, do_t_branch23): Use encode_branch.
119         (reloc_names): Add tlsdesc and tlscall.
120         (md_apply_fix): Process tls desc relocations.
121         (tc_gen_reloc): Likewise.
122         (arm_fix_adjustable): Likewise.
124 2011-01-07  Quentin Neill  <quentin.neill@amd.com>
126         * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
128         * doc/c-i386.texi (i386-BMI): New section.
130 2011-01-06  Paul Koning  <ni1d@arrl.net>
132         * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
133         references to absolute addresses.
135 2011-01-05  DJ Delorie  <dj@redhat.com>
137         * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
138         instead of an RH_NEG32 one.
140 2011-01-05  Jonathan Wakely  <jwakely.gcc@gmail.com>
142         * doc/c-i386.texi: Clarify --n32.
144 2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
146         * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
147         integer registers in VEX.vvvv.  Check register-only source
148         operand when two source operands are swapped.  Properly update
149         destination when two source operands are swapped.
151 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
153         * gas.c (parse_args): Update copyright to 2011.
155 For older changes see ChangeLog-2010
157 Local Variables:
158 mode: change-log
159 left-margin: 8
160 fill-column: 74
161 version-control: never
162 End: