diff options
author | Zack Weinberg <zack@wolery.cumb.org> | 2000-06-20 22:42:18 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-06-20 22:42:18 +0000 |
commit | e5ec24021aefc1f20ee365c7d0b2f24991fbdb89 (patch) | |
tree | 208cdf25f1ec20be16836ab88dda3d96bd03a662 /gcc/cp | |
parent | 5f8f47513fd565e41816b5419054b229878393a8 (diff) | |
download | gcc-e5ec24021aefc1f20ee365c7d0b2f24991fbdb89.zip gcc-e5ec24021aefc1f20ee365c7d0b2f24991fbdb89.tar.gz gcc-e5ec24021aefc1f20ee365c7d0b2f24991fbdb89.tar.bz2 |
cpplex.c (parse_name): Don't warn about $ in identifiers if skipping.
* cpplex.c (parse_name): Don't warn about $ in identifiers if
skipping.
* Makefile.in: Remove all references to HOST_INTLLIBS.
* cp/method.c: Don't include hard-reg-set.h.
From-SVN: r34621
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/method.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 3be1d2a..1c53f0d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2000-06-20 Zack Weinberg <zack@wolery.cumb.org> + + * method.c: Don't include hard-reg-set.h. + 2000-06-20 Nathan Sidwell <nathan@codesourcery.com> * rtti.c (get_base_offset): Cope when vbase field is in a base. diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 1f09add..04685d4 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -31,7 +31,6 @@ Boston, MA 02111-1307, USA. */ #include "rtl.h" #include "expr.h" #include "output.h" -#include "hard-reg-set.h" #include "flags.h" #include "toplev.h" #include "ggc.h" |