diff options
author | Per Bothner <per@bothner.com> | 1992-04-07 23:37:16 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-04-07 23:37:16 +0000 |
commit | 6fba3d7c955773944ba9540ef0f431e7bc455516 (patch) | |
tree | 9162e46e0f21a3c17651e75eb4bd4d18dcd61948 /gdb | |
parent | 6e64547b7d993329994ba8a6e701ef7df0fff638 (diff) | |
download | gdb-6fba3d7c955773944ba9540ef0f431e7bc455516.zip gdb-6fba3d7c955773944ba9540ef0f431e7bc455516.tar.gz gdb-6fba3d7c955773944ba9540ef0f431e7bc455516.tar.bz2 |
* breakpoint.c (breakpoint_1): Add (int) casts for enums
used in array index context (otherwise, some compilers barf).
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f7f12d..a9ccc18 100644 --- 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(). |