diff options
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-hppa.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cb41e54..e96ef3e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Fri Aug 6 12:12:44 1999 Jeffrey A Law (law@cygnus.com) + + * config/tc-hppa.c (pa_ip, case '?'): Add missing break. + Fri Aug 6 09:46:35 1999 Jerry Quinn <jquinn@nortelnetworks.com> * config/tc-hppa.c (pa_ip): Add 64 bit condition completers. diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 6d47004..f7955bc 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -2230,6 +2230,7 @@ pa_ip (str) default: abort (); } + break; } /* Handle a system control completer. */ |