diff options
author | paul <paul@FreeBSD.org> | 1993-11-03 23:41:59 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 1993-11-03 23:41:59 +0000 |
commit | 66fdbc00cfad3be604d07da78b916f4c04f96dbc (patch) | |
tree | ae9c655d7f7352058dd703d580c1f70430c1e5f7 /gnu/usr.bin/ld/symseg.h | |
parent | 7f9e326f196003559252a070bd773ee08a76b244 (diff) | |
download | FreeBSD-src-66fdbc00cfad3be604d07da78b916f4c04f96dbc.zip FreeBSD-src-66fdbc00cfad3be604d07da78b916f4c04f96dbc.tar.gz |
Imported NetBSD's ld for shared libs.
Diffstat (limited to 'gnu/usr.bin/ld/symseg.h')
-rw-r--r-- | gnu/usr.bin/ld/symseg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/symseg.h b/gnu/usr.bin/ld/symseg.h index fe9939f..5e11b0b 100644 --- a/gnu/usr.bin/ld/symseg.h +++ b/gnu/usr.bin/ld/symseg.h @@ -3,7 +3,8 @@ * This code is derived from software copyrighted by the Free Software * Foundation. * - * @(#)symseg.h 5.4 (Berkeley) 4/30/91 + * from: @(#)symseg.h 5.4 (Berkeley) 4/30/91 + * $Id: symseg.h,v 1.2 1993/08/01 18:46:59 mycroft Exp $ */ /* GDB symbol table format definitions. |