projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5696871
)
* config/tc-hppa.c (pa_ip, case '?'): Add missing break.
author
Jeff Law
<law@redhat.com>
Fri, 6 Aug 1999 18:13:31 +0000
(18:13 +0000)
committer
Jeff Law
<law@redhat.com>
Fri, 6 Aug 1999 18:13:31 +0000
(18:13 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-hppa.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index cb41e54097da1b496cfcbc25c3f595be7adcfbf5..e96ef3e9a6a4024cb22cbe62f986ef0106bf79ee 100644
(file)
--- 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 6d4700450bc55e31b62d5ea7f82fe1bd578d8d9a..f7955bc898c8ff02aedacee97fe04bbdc0dbd16c 100644
(file)
--- 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. */