* aout-adobe.c (aout_adobe_set_section_contents): Constify location.
[deliverable/binutils-gdb.git] / bfd / pdp11.c
index a259297ed10697d356674b6a0024854e3b133905..3d009ba24c63139ea721caa965d3d1fc54ce8678 100644 (file)
@@ -1429,7 +1429,7 @@ bfd_boolean
 NAME(aout,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.025263 seconds and 4 git commands to generate.