aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r--binutils/dwarf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index e1ed1fa..5f773bb 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -5413,7 +5413,7 @@ init_dwarf_regnames (unsigned int e_machine)
switch (e_machine)
{
case EM_386:
- case EM_486:
+ case EM_IAMCU:
init_dwarf_regnames_i386 ();
break;