diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-07 16:48:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-07 16:48:29 +0000 |
commit | e2ce2da872fab984696eab685becf2497da5cec2 (patch) | |
tree | 15d33c4ddd3f7d78a8bffbcb7466140ac26afada /ld/ld.texinfo | |
parent | 36b72df3de969e61ff14a22272ebbce915258af4 (diff) | |
download | gdb-e2ce2da872fab984696eab685becf2497da5cec2.zip gdb-e2ce2da872fab984696eab685becf2497da5cec2.tar.gz gdb-e2ce2da872fab984696eab685becf2497da5cec2.tar.bz2 |
* ld.texinfo: The linker does not use _main as an entry point.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index c10c52e..33fc285 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -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}. |