diff options
author | Jim Blandy <jimb@codesourcery.com> | 2007-12-06 17:26:03 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2007-12-06 17:26:03 +0000 |
commit | 2fff4d11eea7342e1fd8b9db8ef21749ce9f2d74 (patch) | |
tree | e419b0b9b170480b4d7dfeb31ac5d7caca9e5bea /gdb/addrmap.h | |
parent | 351a80002a8946b73ecb04a0a88b318a90b74485 (diff) | |
download | binutils-2fff4d11eea7342e1fd8b9db8ef21749ce9f2d74.zip binutils-2fff4d11eea7342e1fd8b9db8ef21749ce9f2d74.tar.gz binutils-2fff4d11eea7342e1fd8b9db8ef21749ce9f2d74.tar.bz2 |
* addrmap.c, addrmap.h: Update to GPLv3.
* addrmap.c (struct addrmap): Make the referenced function table
const.
(addrmap_fixed_funcs, addrmap_mutable_funcs): Declare const.
Don't use designated initializers.
* addrmap.c (addrmap_fixed_create_fixed, addrmap_mutable_find)
(addrmap_mutable_relocate): Use internal_error, not abort.
Diffstat (limited to 'gdb/addrmap.h')
-rw-r--r-- | gdb/addrmap.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/addrmap.h b/gdb/addrmap.h index 8fa1873..6c5f3a1 100644 --- a/gdb/addrmap.h +++ b/gdb/addrmap.h @@ -6,7 +6,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, @@ -15,9 +15,7 @@ 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., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef ADDRMAP_H #define ADDRMAP_H |