x86/Intel: drop pointless suffix setting for "fword ptr"
[deliverable/binutils-gdb.git] / gdb / mips-linux-tdep.c
index 08d027917d837f12463f9470559169dc5a76c159..eab284da1304b36c8c1903cfc9c120d71d416620 100644 (file)
@@ -562,7 +562,7 @@ mips_linux_core_read_description (struct gdbarch *gdbarch,
   if (! section)
     return NULL;
 
-  switch (bfd_section_size (abfd, section))
+  switch (bfd_section_size (section))
     {
     case sizeof (mips_elf_gregset_t):
       return mips_tdesc_gp32;
This page took 0.024669 seconds and 4 git commands to generate.