Add default case to file_format switch.
This commit is contained in:
parent
c5f7d19c5a
commit
02b89dcefc
2 changed files with 19 additions and 13 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2000-12-18 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* vms-misc.c (_bfd_vms_get_record): Add default case to
|
||||||
|
file_format switch.
|
||||||
|
|
||||||
2000-12-15 Miloslav Trmac <mitr@volny.cz>
|
2000-12-15 Miloslav Trmac <mitr@volny.cz>
|
||||||
|
|
||||||
* elfcore.h (elf_core_file_p): Move to the start of the program
|
* elfcore.h (elf_core_file_p): Move to the start of the program
|
||||||
|
|
|
@ -324,6 +324,7 @@ _bfd_vms_get_record (abfd)
|
||||||
test_start = 0;
|
test_start = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
case FF_VAX:
|
case FF_VAX:
|
||||||
test_len = 0;
|
test_len = 0;
|
||||||
test_start = 0;
|
test_start = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue