binutils-gdb/gas/config
Bob Wilson 74869ac7a4 bfd/
* elf32-xtensa.c (xtensa_get_property_section_name): Delete.
	(xtensa_get_property_section): New.
	(xtensa_read_table_entries): Use xtensa_get_property_section.
	(relax_property_section, xtensa_get_property_predef_flags): Handle
	group name suffixes in property section names.
	(match_section_group): New.
gas/
	* config/tc-xtensa.c (FINI_LITERAL_SECTION_NAME): Delete.
	(INIT_LITERAL_SECTION_NAME): Delete.
	(lit_state struct): Remove segment names, init_lit_seg, and
	fini_lit_seg.  Add lit_prefix and current_text_seg.
	(init_literal_head_h, init_literal_head): Delete.
	(fini_literal_head_h, fini_literal_head): Delete.
	(xtensa_begin_directive): Move argument parsing to
	xtensa_literal_prefix function.
	(xtensa_end_directive): Deallocate lit_prefix field of lit_state.
	(xtensa_literal_prefix): Parse the directive argument here and
	record it in the lit_prefix field.  Remove code to derive literal
	section names.
	(linkonce_len): New.
	(get_is_linkonce_section): Use linkonce_len.  Check for any
	".gnu.linkonce.*" section, not just text sections.
	(md_begin): Remove initialization of deleted lit_state fields.
	(xtensa_reorder_segments, xtensa_post_relax_hook): Remove references
	to init_literal_head and fini_literal_head.
	(xtensa_move_literals): Likewise.  Skip literals for .init and .fini
	when traversing literal_head list.
	(match_section_group): New.
	(cache_literal_section): Rewrite to determine the literal section
	name on the fly, create the section and return it.
	(xtensa_switch_to_literal_fragment): Adjust for cache_literal_section.
	(xtensa_switch_to_non_abs_literal_fragment): Likewise.
	(xtensa_create_property_segments, xtensa_create_xproperty_segments):
	Use xtensa_get_property_section from bfd.
	(retrieve_xtensa_section): Delete.
	* doc/c-xtensa.texi (Xtensa Options): Fix --text-section-literals
	description to refer to plural literal sections and add xref to
	the Literal Directive section.
	(Literal Directive): Describe new rules for deriving literal section
	names.  Add footnote for special case of .init/.fini with
	--text-section-literals.
	(Literal Prefix Directive): Replace old naming rules with xref to the
	Literal Directive section.
ld/
	* emulparams/elf32xtensa.sh (.xt.prop): Add .xt.prop.*.
	* scripttempl/elfxtensa.sc (.text): Add .literal.*.
2006-08-25 00:08:55 +00:00
..
aout_gnu.h
atof-ieee.c
atof-vax.c
bfin-aux.h
bfin-defs.h remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
bfin-lex.l remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
bfin-parse.y remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
e-crisaout.c
e-criself.c
e-i386aout.c
e-i386coff.c
e-i386elf.c
e-mipsecoff.c
e-mipself.c
itbl-mips.h
m68k-parse.h
m68k-parse.y
obj-aout.c
obj-aout.h
obj-coff.c * config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c, 2006-04-23 22:12:43 +00:00
obj-coff.h remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
obj-ecoff.c
obj-ecoff.h
obj-elf.c 2006-05-05 H.J. Lu <hongjiu.lu@intel.com> 2006-05-05 18:24:45 +00:00
obj-elf.h remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
obj-evax.c
obj-evax.h
obj-multi.c
obj-multi.h
obj-som.c
obj-som.h remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-alpha.c
tc-alpha.h
tc-arc.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-arc.h
tc-arm.c gas: 2006-08-21 11:41:24 +00:00
tc-arm.h bfd 2006-08-21 08:12:46 +00:00
tc-avr.c * config/tc-avr.c (mcu_types): Add support for atmega165p, atmega169p 2006-06-19 16:58:29 +00:00
tc-avr.h Add support for AVR6 family 2006-05-24 07:36:12 +00:00
tc-bfin.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-bfin.h Commit the missing bits of my last patch. 2006-05-23 04:56:56 +00:00
tc-cris.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-cris.h
tc-crx.c * config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c, 2006-04-23 22:12:43 +00:00
tc-crx.h
tc-d10v.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-d10v.h
tc-d30v.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-d30v.h
tc-dlx.c
tc-dlx.h remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-fr30.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-fr30.h
tc-frv.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-frv.h
tc-generic.c
tc-generic.h
tc-h8300.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-h8300.h
tc-hppa.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-hppa.h Add TLS support for hppa-linux 2006-05-24 11:05:42 +00:00
tc-i370.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-i370.h
tc-i386.c PR binutils/2983 2006-08-02 16:25:14 +00:00
tc-i386.h PR binutils/2983 2006-08-02 16:25:14 +00:00
tc-i860.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-i860.h
tc-i960.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-i960.h
tc-ia64.c 2006-05-02 H.J. Lu <hongjiu.lu@intel.com> 2006-05-02 13:34:26 +00:00
tc-ia64.h
tc-ip2k.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-ip2k.h
tc-iq2000.c * config/tc-iq2000.c: Include sb.h. 2006-06-09 03:42:25 +00:00
tc-iq2000.h
tc-m32c.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-m32c.h [include/elf] 2006-02-24 22:10:36 +00:00
tc-m32r.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-m32r.h
tc-m68hc11.c PR binutils/2877 2006-07-06 10:34:02 +00:00
tc-m68hc11.h
tc-m68k.c * config/tc-arm.c, config/tc-arm.h (tc_arm_regname_to_dw2regnum): 2006-05-19 11:26:11 +00:00
tc-m68k.h * config/tc-arm.c, config/tc-arm.h (tc_arm_regname_to_dw2regnum): 2006-05-19 11:26:11 +00:00
tc-m68851.h
tc-maxq.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-maxq.h * config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c, 2006-04-23 22:12:43 +00:00
tc-mcore.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-mcore.h
tc-mips.c [ gas/ChangeLog ] 2006-08-12 23:00:35 +00:00
tc-mips.h * config/tc-mips.h (TC_SEGMENT_INFO_TYPE): Declare per-segment 2006-06-23 16:26:13 +00:00
tc-mmix.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-mmix.h
tc-mn10200.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-mn10200.h
tc-mn10300.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-mn10300.h
tc-msp430.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-msp430.h
tc-mt.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-mt.h
tc-ns32k.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-ns32k.h
tc-openrisc.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-openrisc.h
tc-or32.c
tc-or32.h
tc-pdp11.c
tc-pdp11.h
tc-pj.c
tc-pj.h
tc-ppc.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-ppc.h * config/tc-arm.c, config/tc-arm.h (tc_arm_regname_to_dw2regnum): 2006-05-19 11:26:11 +00:00
tc-s390.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-s390.h * config/tc-arm.c, config/tc-arm.h (tc_arm_regname_to_dw2regnum): 2006-05-19 11:26:11 +00:00
tc-sh64.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-sh64.h
tc-sh.c * config/tc-sh.c (sh_frob_section): Canonicalize pointers to local 2006-08-08 17:21:04 +00:00
tc-sh.h bfd/ 2006-08-04 13:13:56 +00:00
tc-sparc.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-sparc.h * config/tc-arm.c, config/tc-arm.h (tc_arm_regname_to_dw2regnum): 2006-05-19 11:26:11 +00:00
tc-tic4x.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-tic4x.h
tc-tic30.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-tic30.h
tc-tic54x.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-tic54x.h
tc-v850.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-v850.h
tc-vax.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-vax.h * config/tc-vax.c: Update copyright year. 2006-03-18 11:23:38 +00:00
tc-xc16x.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-xc16x.h * config/tc-xc16x.h (TC_LINKRELAX_FIXUP): Delete. 2006-04-18 09:50:08 +00:00
tc-xstormy16.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-xstormy16.h
tc-xtensa.c bfd/ 2006-08-25 00:08:55 +00:00
tc-xtensa.h gas/ChangeLog: 2006-08-08 19:09:34 +00:00
tc-z8k.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-z8k.h
tc-z80.c remove some duplicate #include's. 2006-06-07 11:27:58 +00:00
tc-z80.h removed z80_optimize_expr; redundant since 2006-04-04 2006-04-09 18:08:08 +00:00
te-386bsd.h
te-aix5.h
te-armeabi.h
te-armlinuxeabi.h
te-dynix.h
te-epoc-pe.h
te-freebsd.h
te-generic.h
te-gnu.h
te-go32.h
te-hppa64.h
te-hppa.h
te-hppalinux64.h
te-hpux.h
te-i386aix.h
te-ia64aix.h
te-interix.h
te-irix.h
te-linux.h
te-lnews.h
te-lynx.h
te-mach.h
te-macos.h
te-nbsd532.h
te-nbsd.h
te-netware.h
te-pc532mach.h
te-pe.h
te-psos.h
te-riscix.h
te-sparcaout.h
te-sun3.h
te-svr4.h
te-symbian.h
te-tmips.h
te-vxworks.h
te-wince-pe.h
vax-inst.h
xtensa-istack.h
xtensa-relax.c * config/xtensa-relax.c (widen_spec_list): Use new "WIDE.<opcode>" 2006-04-25 17:11:10 +00:00
xtensa-relax.h