diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-16 09:57:03 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-16 09:57:03 +0000 |
commit | 3f2a9fb79d4443d59c1566e646a1cbb57e475b2b (patch) | |
tree | d6515726e7fe478e9e5873a9003b1a34260e524a | |
parent | 4cd62c96f7f4c2f535bd7c45eb4b79dbe7104140 (diff) | |
download | gdb-3f2a9fb79d4443d59c1566e646a1cbb57e475b2b.zip gdb-3f2a9fb79d4443d59c1566e646a1cbb57e475b2b.tar.gz gdb-3f2a9fb79d4443d59c1566e646a1cbb57e475b2b.tar.bz2 |
* hppa.h (completer_chars): #if 0 out.
-rw-r--r-- | include/opcode/ChangeLog | 2 | ||||
-rw-r--r-- | include/opcode/hppa.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 98e6faa..5aa92e9 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,7 @@ 2002-12-16 Alan Modra <amodra@bigpond.net.au> + * hppa.h (completer_chars): #if 0 out. + * ns32k.h (struct ns32k_opcode): Constify "name", "operands" and "default_args". (struct not_wot): Constify "args". diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index e907091..4711617 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -1,6 +1,6 @@ /* Table of opcodes for the PA-RISC. Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, - 2001 + 2001, 2002 Free Software Foundation, Inc. Contributed by the Center for Software Science at the @@ -271,10 +271,12 @@ Float registers for fmpyadd and fmpysub: */ +#if 0 /* List of characters not to put a space after. Note that "," is included, as the "spopN" operations use literal commas in their completer sections. */ static const char *const completer_chars = ",CcY<>?!@+&U~FfGHINnOoZMadu|/=0123%e$m}"; +#endif /* The order of the opcodes in this table is significant: |