Browse Source

fix NAME hyphen

gdb-4_18-branch
David MacKenzie 33 years ago
parent
commit
938fa52b82
  1. 6
      binutils/ChangeLog
  2. 2
      binutils/ar.1
  3. 2
      binutils/c++filt.1
  4. 2
      binutils/nm.1
  5. 2
      binutils/objcopy.1
  6. 2
      binutils/objdump.1
  7. 2
      binutils/ranlib.1
  8. 2
      binutils/size.1
  9. 2
      binutils/strings.1
  10. 2
      binutils/strip.1

6
binutils/ChangeLog

@ -1,3 +1,9 @@
Sat Nov 13 07:14:05 1993 David J. Mackenzie (djm@rtl.cygnus.com)
* ar.1 c++filt.1 nm.1 objcopy.1 objdump.1 ranlib.1 size.1
strings.1 strip.1: Replace \(em in NAME section with \- so
makewhatis can grok it.
Tue Nov 9 15:22:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* nlmconv.c (i386_mangle_relocs): Adjust reloc address by

2
binutils/ar.1

@ -8,7 +8,7 @@
..
.SH NAME
ar\(em\&create, modify, and extract from archives.
ar \- create, modify, and extract from archives.
.SH SYNOPSIS
.hy 0

2
binutils/c++filt.1

@ -8,7 +8,7 @@
..
.SH NAME
c++filt\(em\&demangle C++ symbols
c++filt \- demangle C++ symbols
.SH SYNOPSIS
.hy 0

2
binutils/nm.1

@ -8,7 +8,7 @@
..
.SH NAME
nm\(em\&list symbols from object files.
nm \- list symbols from object files.
.SH SYNOPSIS
.hy 0

2
binutils/objcopy.1

@ -8,7 +8,7 @@
..
.SH NAME
objcopy\(em\&copy and translate object files
objcopy \- copy and translate object files
.SH SYNOPSIS
.hy 0

2
binutils/objdump.1

@ -8,7 +8,7 @@
..
.SH NAME
objdump\(em\&display information from object files.
objdump \- display information from object files.
.SH SYNOPSIS
.hy 0

2
binutils/ranlib.1

@ -8,7 +8,7 @@
..
.SH NAME
ranlib\(em\&generate index to archive.
ranlib \- generate index to archive.
.SH SYNOPSIS
.hy 0

2
binutils/size.1

@ -8,7 +8,7 @@
..
.SH NAME
size\(em\&list section sizes and total size.
size \- list section sizes and total size.
.SH SYNOPSIS
.hy 0

2
binutils/strings.1

@ -8,7 +8,7 @@
..
.SH NAME
strings\(em\&print the strings of printable characters in files
strings \- print the strings of printable characters in files
.SH SYNOPSIS
.hy 0

2
binutils/strip.1

@ -8,7 +8,7 @@
..
.SH NAME
strip\(em\&Discard symbols from object files.
strip \- Discard symbols from object files.
.SH SYNOPSIS
.B strip

Loading…
Cancel
Save