diff options
author | Richard Henderson <rth@redhat.com> | 1997-10-10 21:14:29 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1997-10-10 21:14:29 +0000 |
commit | 246b7c9bc05d8dfebb4ce3c0a99cb8d1d89de794 (patch) | |
tree | b78598c0e72c98cd5222b948effa06562dcbc772 /binutils/binutils.texi | |
parent | b83565def8ba85bbac0b946b14fe0219602da410 (diff) | |
download | gdb-246b7c9bc05d8dfebb4ce3c0a99cb8d1d89de794.zip gdb-246b7c9bc05d8dfebb4ce3c0a99cb8d1d89de794.tar.gz gdb-246b7c9bc05d8dfebb4ce3c0a99cb8d1d89de794.tar.bz2 |
* objcopy.c, objcopy.1, binutils.texi: "localize" is a better name
than "privatize". Update all references.
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 900891f..d117dc2 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -816,7 +816,7 @@ objcopy [ -F @var{bfdname} | --target=@var{bfdname} ] [ -S | --strip-all ] [ -g | --strip-debug ] [ -K @var{symbolname} | --keep-symbol=@var{symbolname} ] [ -N @var{symbolname} | --strip-symbol=@var{symbolname} ] - [ -P @var{symbolname} | --privatize-symbol=@var{symbolname} ] + [ -L @var{symbolname} | --localize-symbol=@var{symbolname} ] [ -W @var{symbolname} | --weaken-symbol=@var{symbolname} ] [ -x | --discard-all ] [ -X | --discard-locals ] [ -b @var{byte} | --byte=@var{byte} ] @@ -914,8 +914,8 @@ be given more than once. Do not copy symbol @var{symbolname} from the source file. This option may be given more than once. -@item -P @var{symbolname} -@itemx --privatize-symbol=@var{symbolname} +@item -L @var{symbolname} +@itemx --localize-symbol=@var{symbolname} Make symbol @var{symbolname} local to the file, so that it is not visible externally. This option may be given more than once. |