mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
* maint.c (maintenance_translate_address): Fix a buglet.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
||||
* maint.c (maintenance_translate_address): Fix a buglet.
|
||||
|
||||
2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
||||
|
||||
* features/Makefile (rs6000/powerpc-isa205-32l-expedite,
|
||||
|
||||
@@ -473,7 +473,7 @@ maintenance_translate_address (char *arg, int from_tty)
|
||||
break;
|
||||
}
|
||||
|
||||
if (!sect)
|
||||
if (!objfile)
|
||||
error (_("Unknown section %s."), arg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user