]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix compiling bfd/vms-lib.c for a 32-bit host.
authorNick Clifton <nickc@redhat.com>
Mon, 18 Mar 2024 10:26:16 +0000 (10:26 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 18 Mar 2024 10:26:16 +0000 (10:26 +0000)
MAINTAINERS
bfd/vms-lib.c

index 5af80329debc3feb536cea6703d345329448183b..3dd3352273414366256d139a57289cef53c67f59 100644 (file)
@@ -53,7 +53,7 @@ include/
        See also binutils/, gdb/, sid/, gcc/, libiberty/ etc.
 
 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
        Changes need to be done in tandem with the official GCC
        sources or submitted to the master file maintainer and brought
index 592a57fbe68db5d8bdd2985d69eb59dbf146097b..c51476ac44148614a3c9658c2dc48997c1f5dc6a 100644 (file)
@@ -1270,12 +1270,12 @@ vms_lib_bstat (struct bfd *abfd ATTRIBUTE_UNUSED,
 static void *
 vms_lib_bmmap (struct bfd *abfd ATTRIBUTE_UNUSED,
               void *addr ATTRIBUTE_UNUSED,
-              bfd_size_type len ATTRIBUTE_UNUSED,
+              size_t len ATTRIBUTE_UNUSED,
               int prot ATTRIBUTE_UNUSED,
               int flags ATTRIBUTE_UNUSED,
               file_ptr offset ATTRIBUTE_UNUSED,
               void **map_addr ATTRIBUTE_UNUSED,
-              bfd_size_type *map_len ATTRIBUTE_UNUSED)
+              size_t *map_len ATTRIBUTE_UNUSED)
 {
   return MAP_FAILED;
 }