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:
a89aa30
)
Add support for v850e1 machine number.
author
Nick Clifton
<nickc@redhat.com>
Tue, 9 Sep 2003 06:34:54 +0000
(06:34 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 9 Sep 2003 06:34:54 +0000
(06:34 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/v850-tdep.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 49ebd5e7e3b033f9d0f42262c87d76e271b75a3d..df34a7f5a67f763bd57c0b9db40edca5baf8e920 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2003-09-09 Nick Clifton <nickc@redhat.com>
+
+ * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
+
2003-09-04 Andrew Cagney <cagney@redhat.com>
* avr-tdep.c: Include "dis-asm.h".
diff --git
a/gdb/v850-tdep.c
b/gdb/v850-tdep.c
index a38d5621e8d4a6145a973f05ebb3d8d2a1c2986f..8b5070c1acd8be49f4e6fd815b4e6a8b51e62a05 100644
(file)
--- a/
gdb/v850-tdep.c
+++ b/
gdb/v850-tdep.c
@@
-174,6
+174,10
@@
v850_processor_type_table[] =
v850e_reg_names, bfd_mach_v850e
}
,
+ {
+ v850e_reg_names, bfd_mach_v850e1
+ }
+ ,
{
NULL, 0
}