old-cross-binutils/gas/doc
Paul Brook ee065d83ee 2005-10-08 Paul Brook <paul@codesourcery.com>
bfd/
	* elf32-arm.c: Move #include "elf/arm.h" after libbfd.h.
	(NUM_KNOWN_ATTRIBUTES): Define.
	(aeabi_attribute, aeabi_attribute_list): Define.
	(elf32_arm_obj_tdata): Add known_eabi_attributes and
	other_eabi_attributes.
	(uleb128_size, is_default_attr, eabi_attr_size,
	elf32_arm_eabi_attr_size, write_uleb128, write_eabi_attribute,
	elf32_arm_set_eabi_attr_contents, elf32_arm_bfd_final_link,
	elf32_arm_new_eabi_attr, attr_strdup, elf32_arm_add_eabi_attr_int,
	elf32_arm_add_eabi_attr_compat, copy_eabi_attributes,
	elf32_arm_merge_eabi_attributes): New functions.
	(elf32_arm_copy_private_bfd_data): Copy EABI object attributes.
	(elf32_arm_fake_sections): Handle .ARM.attributes.
	(elf32_arm_parse_attributes): New function.
	(elf32_arm_section_from_shdr): Use it.
	(bfd_elf32_bfd_final_link): Define.
gas/
	* config/tc-arm.c: Don't provide fallback default for CPU_DEFAULT.
	(arm_arch_used, thumb_arch_used, selected_cpu, selected_cpu_name):
	New variables.
	(arm_cpu_option_table): Add canonical_name.
	(arm_cpus): Populate canonical_name field.
	(s_arm_eabi_attribute, s_arm_arch, s_arm_cpu, s_arm_fpu,
	aeabi_set_public_attributes, arm_md_end): New functions.
	(md_pseudo_table): Add "cpu", "arch", "fpu" and "eabi_attribute".
	(md_assemble): Set thumb_arch_used and arm_arch_used.
	(md_begin): Set defaut cpu if CPU_DEFAULT not defined.
	* config/tc-arm.h (md_end): Define.
	* doc/c-arm.texi: Document .cpu, .arch, .fpu and .eabi_attribute.
gas/testsuite/
	* gas/arm/eabi_attr_1.s: New test.
	* gas/arm/eabi_attr_1.d: New test.
	* gas/arm/arm7t.d: Only disassemble code sections.
	* gas/arm/bignum1.d: Ignore Arm object attribute sections.
	* gas/arm/mapping.d: Ditto.
	* gas/arm/unwind.d: Ditto.
	* gas/elf/section0.d: Ditto.
	* gas/elf/section1.d: Ditto.
	* gas/elf/elf.exp: Set target_machine for Arm EABI based targets.
	* gas/elf/section2.e-armeabi: New file.
include/elf/
	* arm.h: Add prototypes for BFD object attribute routines.
ld/testsuite/
	* ld-arm/arm-rel31.d: Ignore Arm object attribute sections.
	* ld-arm/arm-target1-abs.d: Ditto.
	* ld-arm/arm-target1-rel.d: Ditto.
	* ld-arm/arm-target2-abs.d: Ditto.
	* ld-arm/arm-target2-got-rel.d: Ditto.
	* ld-arm/arm-target2-rel.d: Ditto.
2005-10-08 17:07:19 +00:00
..
all.texi * Makefile.am: Bfin support. 2005-09-30 15:05:07 +00:00
as.texinfo (Infix Ops): '<' and '>' are not shift operators. 2005-10-03 09:41:06 +00:00
c-alpha.texi * config/tc-alpha.c (O_lituse_jsrdirect): New. 2005-05-31 22:53:11 +00:00
c-arc.texi 2005-02-28 Paul Brook <paul@codesourcery.com> 2005-02-28 22:03:03 +00:00
c-arm.texi 2005-10-08 Paul Brook <paul@codesourcery.com> 2005-10-08 17:07:19 +00:00
c-bfin.texi * Makefile.am: Bfin support. 2005-09-30 15:05:07 +00:00
c-cris.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-d10v.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-d30v.texi 19990502 sourceware import 1999-05-03 07:29:11 +00:00
c-h8300.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-hppa.texi * som.c (struct som_misc_symbol_info): Add is_comdat, is_common and 2004-04-28 18:02:49 +00:00
c-i370.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-i386.texi 2005-07-06 H.J. Lu <hongjiu.lu@intel.com> 2005-07-06 19:11:01 +00:00
c-i860.texi 2003-08-25 Jason Eckhardt <jle@rice.edu> 2003-08-26 02:40:43 +00:00
c-i960.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-ia64.texi gas/ 2005-03-28 22:34:20 +00:00
c-ip2k.texi * doc/c-ip2k.texi: The company name Scenix changed to Ubicom. 2002-07-22 19:04:28 +00:00
c-m32c.texi [bfd] 2005-07-26 03:21:53 +00:00
c-m32r.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-m68hc11.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-m68k.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-mips.texi * doc/as.texinfo: Document -mdsp and -mno-dsp options. 2005-09-08 18:05:15 +00:00
c-mmix.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-msp430.texi 2005-08-12 Dmitry Diky <diwil@spec.ru> 2005-08-12 11:54:23 +00:00
c-ns32k.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-pdp11.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-pj.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-ppc.texi gas/ 2005-08-15 15:37:15 +00:00
c-sh.texi * config/tc-sh.c (allow_dollar_register_prefix): New variable. 2005-10-06 11:44:07 +00:00
c-sh64.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-sparc.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-tic54x.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-v850.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-vax.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-xtensa.texi * doc/c-xtensa.texi (Literal Directive): Spelling correction. 2005-05-06 22:24:50 +00:00
c-z8k.texi update copyright dates 2005-03-03 01:29:54 +00:00
fdl.texi Update the address and phone number of the FSF 2005-05-05 09:13:19 +00:00
h8.texi Replace occurrances of 'Hitachi' with 'Renesas'. 2003-04-15 08:51:55 +00:00
internals.texi missed from last commit 2005-08-11 01:34:12 +00:00
Makefile.am * Makefile.am: Bfin support. 2005-09-30 15:05:07 +00:00
Makefile.in * Makefile.am: Bfin support. 2005-09-30 15:05:07 +00:00