mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 05:23:49 +08:00
Fix compiling bfd/vms-lib.c for a 32-bit host.
This commit is contained in:
parent
93eb6c64ec
commit
6549a232d2
@ -53,7 +53,7 @@ include/
|
|||||||
See also binutils/, gdb/, sid/, gcc/, libiberty/ etc.
|
See also binutils/, gdb/, sid/, gcc/, libiberty/ etc.
|
||||||
|
|
||||||
intl/; config.rhost; libiberty/; libiberty's part of include/;
|
intl/; config.rhost; libiberty/; libiberty's part of include/;
|
||||||
compile; depcomp; install-sh; missing; ylwrap; config/
|
compile; depcomp; install-sh; missing; ylwrap; config/; libbacktrace
|
||||||
gcc: http://gcc.gnu.org
|
gcc: http://gcc.gnu.org
|
||||||
Changes need to be done in tandem with the official GCC
|
Changes need to be done in tandem with the official GCC
|
||||||
sources or submitted to the master file maintainer and brought
|
sources or submitted to the master file maintainer and brought
|
||||||
|
@ -1270,12 +1270,12 @@ vms_lib_bstat (struct bfd *abfd ATTRIBUTE_UNUSED,
|
|||||||
static void *
|
static void *
|
||||||
vms_lib_bmmap (struct bfd *abfd ATTRIBUTE_UNUSED,
|
vms_lib_bmmap (struct bfd *abfd ATTRIBUTE_UNUSED,
|
||||||
void *addr ATTRIBUTE_UNUSED,
|
void *addr ATTRIBUTE_UNUSED,
|
||||||
bfd_size_type len ATTRIBUTE_UNUSED,
|
size_t len ATTRIBUTE_UNUSED,
|
||||||
int prot ATTRIBUTE_UNUSED,
|
int prot ATTRIBUTE_UNUSED,
|
||||||
int flags ATTRIBUTE_UNUSED,
|
int flags ATTRIBUTE_UNUSED,
|
||||||
file_ptr offset ATTRIBUTE_UNUSED,
|
file_ptr offset ATTRIBUTE_UNUSED,
|
||||||
void **map_addr ATTRIBUTE_UNUSED,
|
void **map_addr ATTRIBUTE_UNUSED,
|
||||||
bfd_size_type *map_len ATTRIBUTE_UNUSED)
|
size_t *map_len ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
return MAP_FAILED;
|
return MAP_FAILED;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user