mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 21:13:52 +08:00
* hpread.c (hpread_build_psymtabs): Finish Jan 4th
enum namespace -> enum_namespace change.
This commit is contained in:
parent
0025f7a0a7
commit
60d5a517fb
@ -1,3 +1,8 @@
|
||||
Tue Jan 9 09:33:53 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* hpread.c (hpread_build_psymtabs): Finish Jan 4th
|
||||
enum namespace -> enum_namespace change.
|
||||
|
||||
Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
|
||||
|
||||
* ch-exp.c (parse_primval): in case ARRAY: Add missing FORWARD_TOKEN ().
|
||||
|
@ -538,7 +538,7 @@ hpread_build_psymtabs (objfile, section_offsets, mainline)
|
||||
{
|
||||
/* Variables, typedefs an the like. */
|
||||
enum address_class storage;
|
||||
enum namespace namespace;
|
||||
namespace_enum namespace;
|
||||
|
||||
/* Don't add locals to the partial symbol table. */
|
||||
if (within_function
|
||||
|
Loading…
Reference in New Issue
Block a user