binutils-gdb/gas/doc
Dave Korn c1711530e6 ==> bfd/ChangeLog <==
2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>

	* cofflink.c (process_embedded_commands):  Ignore "-aligncomm".

==> gas/ChangeLog <==
2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>

	* NEWS:  Mention new feature.
	* config/obj-coff.c (obj_coff_common_parse):  New function.
	(obj_coff_comm):  Likewise.
	(coff_pseudo_table):  Override default ".comm" definition on PE.
	* doc/as.texinfo:  Document new feature.

==> gas/testsuite/ChangeLog <==
2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>

	* gas/pe/:  New directory for PE format-specific tests.
	* gas/pe/aligncomm-a.d:  New test pattern file.
	* gas/pe/aligncomm-a.s:  New test source file.
	* gas/pe/aligncomm-b.d:  New test pattern file.
	* gas/pe/aligncomm-b.s:  New test source file.
	* gas/pe/aligncomm-c.d:  New test pattern file.
	* gas/pe/aligncomm-c.s:  New test source file.
	* gas/pe/aligncomm-d.d:  New test pattern file.
	* gas/pe/aligncomm-d.s:  New test source file.
	* gas/pe/pe.exp:  New test control script.
	* lib/gas-defs.exp (is_pecoff_format):  New function.

==> ld/ChangeLog <==
2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>

	* NEWS:  Mention new feature.
	* deffile.h (def_file_aligncomm):  Add new struct definition.
	(def_file):  Add new def_file_aligncomm member.
	* deffilep.y (%token):  Add new ALIGNCOMM token.
	(command):  Add production rule for ALIGNCOMM.
	(def_file_free):  Free any chained def_file_aligncomm structs.
	(diropts[]):  Add entry for '-aligncomm' .drectve command.
	(def_aligncomm):  New grammar function.
	* ld.texinfo:  Document new feature.
	* pe-dll.c (process_def_file):  Rename from this ...
	(process_def_file_and_drectve):  ... to this, updating all callers,
	and process any aligncomms chained to the def file after scanning
	all .drectve sections.
	(generate_edata):  Updated to match.
	(pe_dll_build_sections):  Likewise.

==> ld/testsuite/ChangeLog <==
2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>

	* ld-pe/aligncomm-1.c:  New test source file.
	* ld-pe/aligncomm-2.c:  Likewise.
	* ld-pe/aligncomm-3.c:  Likewise.
	* ld-pe/aligncomm-4.c:  Likewise.
	* ld-pe/aligncomm.d:  New test pattern file.

	* ld-pe/direct.exp:  Deleted, and content moved into ...
	* ld-pe/pe-run.exp:  ... New common file for all PE run tests.

	* ld-pe/vers-script.exp:  Deleted, and content merged into ...
	* ld-pe/pe-compile.exp:  ... New common file for PE tests needing
	a compiler, adding aligned common tests.

	* ld-pe/pe.exp:  Update header comment.
2009-05-19 16:08:08 +00:00
..
Makefile.am Add support for Score7 architecture. 2009-03-02 10:33:08 +00:00
Makefile.in Add support for Score7 architecture. 2009-03-02 10:33:08 +00:00
all.texi Add support for Score7 architecture. 2009-03-02 10:33:08 +00:00
as.texinfo ==> bfd/ChangeLog <== 2009-05-19 16:08:08 +00:00
c-alpha.texi 2009-03-03 Tristan Gingold <gingold@adacore.com> 2009-03-03 10:04:58 +00:00
c-arc.texi * doc/c-arc.texi: Fix typo. 2007-08-28 21:53:00 +00:00
c-arm.texi * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0. 2009-04-02 09:43:56 +00:00
c-avr.texi /gas: 2009-02-03 17:24:36 +00:00
c-bfin.texi Fix spelling typos 2006-07-24 13:49:50 +00:00
c-cr16.texi *c-cr16.texi (cr16-operand specifiers): Add got/GOT and cgot/cGOT. 2008-11-27 12:01:26 +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 * NEWS: Mention these changes. 2008-08-06 15:42:15 +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 Reformat. 2009-01-10 18:38:12 +00:00
c-i860.texi 2003-08-25 Jason Eckhardt <jle@rice.edu> 2003-08-26 02:40:43 +00:00
c-i960.texi Fix spelling typos 2006-07-24 13:49:50 +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-lm32.texi Add LM32 port. 2008-12-23 19:10:25 +00:00
c-m32c.texi * NEWS: Mention these changes. 2008-08-06 15:42:15 +00:00
c-m32r.texi Fix spelling typos 2006-07-24 13:49:50 +00:00
c-m68hc11.texi PR binutils/2877 2006-07-06 10:34:02 +00:00
c-m68k.texi gas/testsuite/ 2007-04-23 07:51:33 +00:00
c-mips.texi 2009-04-09 Catherine Moore <clm@codesourcery.com> 2009-04-09 15:55:59 +00:00
c-mmix.texi Fix spelling typos 2006-07-24 13:49:50 +00:00
c-msp430.texi 2005-08-12 Dmitry Diky <diwil@spec.ru> 2005-08-12 11:54:23 +00:00
c-mt.texi * doc/t-mt.texi: Update MS1 to MT. 2005-12-20 09:44:48 +00:00
c-ns32k.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-pdp11.texi Fix spelling typos 2006-07-24 13:49:50 +00:00
c-pj.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-ppc.texi opcodes/ 2008-12-04 10:29:16 +00:00
c-s390.texi * doc/all.texi: Set S390. 2009-02-23 10:10:25 +00:00
c-score.texi Add support for Score7 architecture. 2009-03-02 10:33:08 +00:00
c-sh.texi * NEWS: Mention these changes. 2008-08-06 15:42:15 +00:00
c-sh64.texi * NEWS: Mention these changes. 2008-08-06 15:42:15 +00:00
c-sparc.texi gas/ 2008-04-25 19:58:03 +00:00
c-tic54x.texi Fix spelling typos 2006-07-24 13:49:50 +00:00
c-v850.texi Fix spelling typos 2006-07-24 13:49:50 +00:00
c-vax.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-xc16x.texi Add support for the Infineon XC16X. 2006-02-17 14:36:28 +00:00
c-xtensa.texi * doc/c-xtensa.texi (Xtensa Syntax): Clarify handling of opcodes that 2008-01-25 01:08:34 +00:00
c-z8k.texi update copyright dates 2005-03-03 01:29:54 +00:00
c-z80.texi Fix spelling typos 2006-07-24 13:49:50 +00:00
fdl.texi Change documentation license to FDL v1.3 2008-11-19 16:22:48 +00:00
h8.texi Replace occurrances of 'Hitachi' with 'Renesas'. 2003-04-15 08:51:55 +00:00
internals.texi * doc/internals.texi: Fix trivial syntax errors. 2009-03-31 04:57:48 +00:00