mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 13:30:30 +00:00
* syslex.l: Adjust top-of-file comment: this file is part of GNU
binutils, not GNU ld.
This commit is contained in:
parent
ebf40edefd
commit
943ea8a2b0
@ -1,3 +1,8 @@
|
|||||||
|
2005-04-27 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
|
* syslex.l: Adjust top-of-file comment: this file is part of GNU
|
||||||
|
binutils, not GNU ld.
|
||||||
|
|
||||||
2005-04-25 Nick Clifton <nickc@redhat.com>
|
2005-04-25 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR872
|
PR872
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
%{
|
%{
|
||||||
/* Copyright 2001, 2003, 2005 Free Software Foundation, Inc.
|
/* Copyright 2001, 2003, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GLD, the Gnu Linker.
|
This file is part of GNU Binutils.
|
||||||
|
|
||||||
GLD is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2, or (at your option)
|
the Free Software Foundation; either version 2, or (at your option)
|
||||||
any later version.
|
any later version.
|
||||||
|
|
||||||
GLD is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
Loading…
Reference in New Issue
Block a user