This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA:] NEWS: Mention change in semantics of DEFINED.


Oh yeah, maybe it's a good idea to mention the change in semantics in case
it really *does* bite someone.

Ok?

	* NEWS: Mention change in DEFINED semantics.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/ld/NEWS,v
retrieving revision 1.38
diff -p -c -r1.38 NEWS
*** NEWS	30 Sep 2003 16:44:04 -0000	1.38
--- NEWS	11 Oct 2003 09:40:41 -0000
***************
*** 1,5 ****
--- 1,8 ----
  -*- text -*-

+ * The linker script operator DEFINED() will now yield 1 only for a symbol that
+   is defined before the statement where DEFINED is used.
+
  * Improved linker's handling of unresolved symbols.  The switch
    --unresolved-symbols=<method> has been added to tell the linker when it
    should report them and the switch --warn-unresolved-symbols has been added to

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]