diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-11-12 08:33:18 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-11-12 08:33:18 +0000 |
| commit | febc611cfaeb2b83e45612b3e9180dea54878af5 (patch) | |
| tree | e6adc6831957e9ddd761d701b290a35aa57d06c5 /gnu | |
| parent | a5601bd7fad785eb5573f90f2d093da4c8bf3dbb (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/freebsd-uthread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/freebsd-uthread.c b/gnu/usr.bin/binutils/gdb/freebsd-uthread.c index b9663ad584b8..0974c3ee04fc 100644 --- a/gnu/usr.bin/binutils/gdb/freebsd-uthread.c +++ b/gnu/usr.bin/binutils/gdb/freebsd-uthread.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* Low level interface for debugging FreeBSD user threads for GDB, the GNU debugger. Copyright 1996, 1999 Free Software Foundation, Inc. @@ -18,6 +17,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* $FreeBSD$ */ + /* This module implements a sort of half target that sits between the machine-independent parts of GDB and the ptrace interface (infptrace.c) to provide access to the FreeBSD user-mode thread implementation. |
