Subversion Repositories QNX 8.QNX8 GNU binutils

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 5
Line -... Line 1...
-
 
1
GNU ld (GNU Binutils) 2.41.0 20230730 [EXPERIMENTAL qnx800 r1743]
-
 
2
  Supported emulations:
-
 
3
   elf_x86_64
-
 
4
   i386nto
-
 
5
using internal linker script:
-
 
6
==================================================
1
/* Script for -z combreloc */
7
/* Script for -z combreloc */
2
/* Copyright (C) 2014-2023 Free Software Foundation, Inc.
8
/* Copyright (C) 2014-2023 Free Software Foundation, Inc.
3
   Copying and distribution of this script, with or without modification,
9
   Copying and distribution of this script, with or without modification,
4
   are permitted in any medium without royalty provided the copyright
10
   are permitted in any medium without royalty provided the copyright
5
   notice and this notice are preserved.  */
11
   notice and this notice are preserved.  */
Line 241... Line 247...
241
  .debug_str_offsets 0 : { *(.debug_str_offsets) }
247
  .debug_str_offsets 0 : { *(.debug_str_offsets) }
242
  .debug_sup      0 : { *(.debug_sup) }
248
  .debug_sup      0 : { *(.debug_sup) }
243
  .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
249
  .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
244
  /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
250
  /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
245
}
251
}
-
 
252
 
-
 
253
 
-
 
254
==================================================