]> granicus.if.org Git - gc/commitdiff
* include/private/gcconfig.h (DATAEND): Update comment example
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Apr 2002 23:11:36 +0000 (23:11 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:22 +0000 (10:54 +0400)
to match reality.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52098 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
include/private/gcconfig.h

index 896ec3e3bcffb495c4f5a65ae50f38a89eb83492..c7d5818ccb25fd7dc5f325559bb916c941087d87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
+
+       * include/private/gcconfig.h (DATAEND): Update comment example
+       to match reality.
+
 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
 
        * include/private/gcconfig.h (DATAEND): Clarify comment.
index 9151a2ff796d02ae587108c063200b218e2cad48..519bfc745446a6f8b8144cfe9688bdf94b753ca3 100644 (file)
  * DATAEND, if not `end' where `end' is defined as ``extern int end[];''.
  * RTH suggests gaining access to linker script synth'd values with
  * this idiom instead of `&end' where `end' is defined as ``extern int end;'' .
- * Otherwise, ``GCC will assume these are in .sdata/.sbss'' and it will
+ * Otherwise, ``GCC will assume these are in .sdata/.sbss'' and it will, e.g.,
  * cause failures on alpha*-*-* with ``-msmall-data or -fpic'' or mips-*-*
- * or ia64-*-* without any special options.
+ * without any special options.
  *
  * ALIGN_DOUBLE of GC_malloc should return blocks aligned to twice
  * the pointer size.