* config/djgpp/djconfig.sh: Switch license to GPLv3.
[deliverable/binutils-gdb.git] / gdb / config / nm-linux.h
index 351ea7476daa9e359cc5de343975fab8bfa5d862..cb88b68c74da73fe890bb55472f833a5d47322de 100644 (file)
@@ -7,7 +7,7 @@
 
    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
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
    GNU General Public License for more details.
 
    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.  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 struct target_ops;
 
-/* GNU/Linux is SVR4-ish but its /proc file system isn't.  */
-#undef USE_PROC_FS
-
 extern void lin_thread_get_thread_signals (sigset_t *mask);
 #define GET_THREAD_SIGNALS(mask) lin_thread_get_thread_signals (mask)
 
This page took 0.030241 seconds and 4 git commands to generate.