mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
Fri Jul 24 16:28:57 1998 Jeff Holcomb <jeffh@cygnus.com>
* readelf.c (get_dynamic_type): Remove empty default from switch statement.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri Jul 24 16:28:57 1998 Jeff Holcomb <jeffh@cygnus.com>
|
||||||
|
|
||||||
|
* readelf.c (get_dynamic_type): Remove empty default from switch
|
||||||
|
statement.
|
||||||
|
|
||||||
Fri Jul 24 16:28:12 1998 Ian Lance Taylor <ian@cygnus.com>
|
Fri Jul 24 16:28:12 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* Makefile.am (install-exec-local): Don't remove the file before
|
* Makefile.am (install-exec-local): Don't remove the file before
|
||||||
|
@ -615,7 +615,6 @@ get_dynamic_type (type)
|
|||||||
case EM_MIPS:
|
case EM_MIPS:
|
||||||
case EM_MIPS_RS4_BE:
|
case EM_MIPS_RS4_BE:
|
||||||
result = get_mips_dynamic_type (type);
|
result = get_mips_dynamic_type (type);
|
||||||
default:
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result == NULL)
|
if (result == NULL)
|
||||||
|
Reference in New Issue
Block a user