diff options
author | David Carlton <carlton@bactrian.org> | 2003-05-01 00:46:59 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2003-05-01 00:46:59 +0000 |
commit | 4f80c69dc297b083c5fe6e3b76f8270697447216 (patch) | |
tree | 962bdfdec2a5a24f87bd8d280c6ef5f9f95850ae /opcodes/ip2k-desc.h | |
parent | e94aa4004a61c05e5da2e43b210c9fc44199d410 (diff) | |
download | gdb-4f80c69dc297b083c5fe6e3b76f8270697447216.tar.gz |
2003-04-30 David Carlton <carlton@bactrian.org>
* cp-namespace.c (get_namespace_objfile): Copy the namespace
objfile's name.
* block.h (ALL_BLOCK_SYMBOLS): Move here from dictionary.h.
* dictionary.c: Sync up with mainline version I just posted.
Specifically, update some commments, and:
(dict_create_hashed): Fiddle with nsyms updating.
(dict_create_linear): Ditto.
(dict_lookup): Delete.
(iterator_next_hashed): Delete FIXME comment.
(iter_name_first_hashed): Replace 'sym' by 'sym != NULL'.
(iter_name_next_hashed): Replate 'next' by 'next != NULL'.
* dictionary.h: Sync up with mainline version I just posted: add
inclusion guards, delete declaration of dict_lookup, delete
ALL_BLOCK_SYMBOLs.
* Merge with mainline; tag is carlton_dictionary-20030430-merge.
Diffstat (limited to 'opcodes/ip2k-desc.h')
-rw-r--r-- | opcodes/ip2k-desc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ip2k-desc.h b/opcodes/ip2k-desc.h index 74819ac81f2..84db7fb1cb0 100644 --- a/opcodes/ip2k-desc.h +++ b/opcodes/ip2k-desc.h @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. |