summaryrefslogtreecommitdiff
path: root/gdb/addrmap.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2007-12-06 17:26:03 +0000
committerJim Blandy <jimb@codesourcery.com>2007-12-06 17:26:03 +0000
commit2afc864ae5f733ac65ac61b9bddd080a3190b011 (patch)
treeeb60f4d4a24cdbb54237e228f8d6bf0a73a92459 /gdb/addrmap.h
parent50ccfb36ba27dc54dc8b5e00ce77b1eebe75f6f0 (diff)
downloadgdb-2afc864ae5f733ac65ac61b9bddd080a3190b011.tar.gz
* 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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/addrmap.h b/gdb/addrmap.h
index 8fa18732bb5..6c5f3a1093d 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