* ld.texinfo: The linker does not use _main as an entry point.
authorIan Lance Taylor <ian@airs.com>
Tue, 7 Nov 1995 16:48:29 +0000 (16:48 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 7 Nov 1995 16:48:29 +0000 (16:48 +0000)
ld/ChangeLog
ld/ld.texinfo

index c2efe7beb1ec202413b19078168b120a4bba66b4..29ea101b58c8dc895e30a2d08369c78ed2ffa988 100644 (file)
@@ -1,3 +1,7 @@
+Tue Nov  7 11:47:23 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ld.texinfo: The linker does not use _main as an entry point.
+
 Tue Nov  7 11:46:11 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
 
        * scripttempl/m88kbcs.sc (.data): Calculate next boundary modulo
index c10c52e3784903985dab7226f8973ec6e8769a3d..33fc2858e7a09dae7f190248f2648483019174b8 100644 (file)
@@ -2111,8 +2111,6 @@ the @code{ENTRY(@var{symbol})} command in a linker control script;
 @item 
 the value of the symbol @code{start}, if present;
 @item 
-the value of the symbol @code{_main}, if present;
-@item 
 the address of the first byte of the @code{.text} section, if present;
 @item 
 The address @code{0}.
This page took 0.035511 seconds and 4 git commands to generate.