binutils-gdb/gas/doc
Jan Beulich 92757bc916 gas/
2005-11-17  Jan Beulich  <jbeulich@novell.com>


	* symbols.h (S_CLEAR_VOLATILE): Declare.
	* symbols.c (colon): Also accept redefinable symbols for
	redefinition. Clone them before modifying.
	(S_CLEAR_VOLATILE): Define.
	* cond.c (s_ifdef): Also test for equated symbols.
	* read.c (s_comm_internal): Also exclude non-redefinable
	equated symbols. Clone redefinable ones before modifying.
	(s_weakref): Clone redefinable symbols before modifying.
	* doc/internals.texi: Document sy_volatile, sy_forward_ref,
	S_IS_VOLATILE, S_SET_VOLATILE, S_CLEAR_VOLATILE,
	S_IS_FORWARD_REF, and S_SET_FORWARD_REF.

gas/testsuite/
2005-11-17  Jan Beulich  <jbeulich@novell.com>

	* gas/all/cond.s: Also check ifdef works on equates and
	commons.
	* gas/all/cond.l: Adjust.
	* gas/all/redef2.s: Also test redefining equate to label.
	* gas/all/redef2.d: Adjust.
	* gas/all/redef3.[sd]: New.
	* gas/all/redef4.s: New.
	* gas/all/redef5.s: New.
	* gas/elf/redef.s: New, copied from original gas/all/redef2.s.
	* gas/elf/redef.d: Remove #source.
	* gas/all/gas.exp: Remove exclusion of iq2000-*-* from and
	adjust xfails for redefinition tests. Run new tests. Exclude
	alpha*-*-*, mips*-*-*, *c54x*-*-* from weakref tests.
2005-11-17 07:29:28 +00:00
..
Makefile.am gas/ 2005-11-11 08:06:36 +00:00
Makefile.in gas/ 2005-11-11 08:06:36 +00:00
all.texi bfd: 2005-11-08 11:15:13 +00:00
as.texinfo * doc/Makefile.am (asconfig.texi): Set top_srcdir. 2005-11-07 18:07:12 +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 * config/tc-i386.h (tc_comment_chars): Define. 2005-11-07 06:01:18 +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-ms1.texi bfd: 2005-11-08 11:15:13 +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
c-z80.texi Add support for the Z80 processor family 2005-10-25 17:40:19 +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 gas/ 2005-11-17 07:29:28 +00:00