mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-19 15:34:18 +00:00
Fix "incompatible types in return" gcc error.
This commit is contained in:
parent
c8735523e1
commit
01fff6e2f4
@ -1,6 +1,7 @@
|
||||
2000-05-01 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
|
||||
* vms.c (vms_openr_next_archived_file): Return NULL.
|
||||
|
||||
Fri Apr 28 21:34:44 2000 Clinton Popetz <cpopetz@cygnus.com>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* vms.c -- BFD back-end for VAX (openVMS/VAX) and
|
||||
EVAX (openVMS/Alpha) files.
|
||||
Copyright 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||
Copyright 1996, 97, 98, 99, 2000 Free Software Foundation, Inc.
|
||||
|
||||
Written by Klaus K"ampf (kkaempf@rmi.de)
|
||||
|
||||
@ -1045,7 +1045,7 @@ vms_openr_next_archived_file (arch, prev)
|
||||
#if VMS_DEBUG
|
||||
vms_debug (1, "vms_openr_next_archived_file(%p, %p)\n", arch, prev);
|
||||
#endif
|
||||
return false;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user