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:
6e64547
)
* breakpoint.c (breakpoint_1): Add (int) casts for enums
author
Per Bothner
<per@bothner.com>
Tue, 7 Apr 1992 23:37:16 +0000
(23:37 +0000)
committer
Per Bothner
<per@bothner.com>
Tue, 7 Apr 1992 23:37:16 +0000
(23:37 +0000)
used in array index context (otherwise, some compilers barf).
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 2f7f12d3b0583b39e09d62d6ec3b50a1f792a350..a9ccc1855d267ba6a30e23d8b28a386ac05b1052 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+Tue Apr 7 16:34:07 1992 Per Bothner (bothner@cygnus.com)
+
+ * breakpoint.c (breakpoint_1): Add (int) casts for enums
+ used in array index context (otherwise, some compilers barf).
+
Tue Apr 7 08:45:46 1992 Stu Grossman (grossman at cygnus.com)
* m68k-tdep.c, tm-sun3.h: #ifdef around get_longjmp_target().