* aout-adobe.c (aout_adobe_set_section_contents): Constify location.
[deliverable/binutils-gdb.git] / bfd / elfxx-mips.c
index 6a6787fe4508d5462955cb09a7184004648c0add..51b1b59d941e820b8a43f11833096c87cf2ec176 100644 (file)
@@ -7913,7 +7913,7 @@ bfd_boolean
 _bfd_mips_elf_set_section_contents (abfd, section, location, offset, count)
      bfd *abfd;
      sec_ptr section;
-     PTR location;
+     const PTR location;
      file_ptr offset;
      bfd_size_type count;
 {
This page took 0.023361 seconds and 4 git commands to generate.