WIP MachO binutils port assisted by AI I may consider upstreaming this in the future.
0

Configure Feed

Select the types of activity you want to include in your feed.

binutils/testsuite/

2008-10-03 H.J. Lu <hongjiu.lu@intel.com>

* binutils-all/group.s: Updated.
* binutils-all/group-2.s: Likewise.
* binutils-all/group-3.s: Likewise.
* binutils-all/group-4.s: Likewise.
* binutils-all/strip-7.d: Likewise.
* binutils-all/strip-9.d: Likewise.

ld/testsuite/

2008-10-03 H.J. Lu <hongjiu.lu@intel.com>

* ld-elf/group5.d: Updated.
* ld-elf/group6.d: Likewise.

H.J. Lu (Oct 3, 2008, 3:08 PM UTC) 388853f7 5d549184

+34 -20
+9
binutils/testsuite/ChangeLog
··· 1 + 2008-10-03 H.J. Lu <hongjiu.lu@intel.com> 2 + 3 + * binutils-all/group.s: Updated. 4 + * binutils-all/group-2.s: Likewise. 5 + * binutils-all/group-3.s: Likewise. 6 + * binutils-all/group-4.s: Likewise. 7 + * binutils-all/strip-7.d: Likewise. 8 + * binutils-all/strip-9.d: Likewise. 9 + 1 10 2008-10-01 H.J. Lu <hongjiu.lu@intel.com> 2 11 3 12 * binutils-all/group-4.s: New.
+4 -4
binutils/testsuite/binutils-all/group-2.s
··· 1 1 .section .text.foo,"axG",%progbits,.text.foo,comdat 2 - .global foo 3 - foo: 2 + .global foo2 3 + foo2: 4 4 .word 0 5 5 .section .data.bar,"awG",%progbits,.text.foo,comdat 6 - .global bar 7 - bar: 6 + .global bar2 7 + bar2: 8 8 .word 0
+6 -6
binutils/testsuite/binutils-all/group-3.s
··· 1 - .section .text,"axG",%progbits,foo,comdat 2 - .global foo 3 - foo: 1 + .section .text.foo3,"axG",%progbits,foo3,comdat 2 + .global foo3 3 + foo3: 4 4 .word 0 5 - .section .data,"awG",%progbits,foo,comdat 6 - .global bar 7 - bar: 5 + .section .data.bar3,"awG",%progbits,foo3,comdat 6 + .global bar3 7 + bar3: 8 8 .word 0
+4 -4
binutils/testsuite/binutils-all/group-4.s
··· 1 - .section .text,"axG",%progbits,foo,comdat 2 - foo: 1 + .section .text.foo4,"axG",%progbits,foo4,comdat 2 + foo4: 3 3 .word 0 4 - .section .data,"awG",%progbits,foo,comdat 5 - bar: 4 + .section .data.foo4,"awG",%progbits,foo4,comdat 5 + bar4: 6 6 .word 0
+2 -2
binutils/testsuite/binutils-all/group.s
··· 1 - .section .text,"axG",%progbits,foo_group,comdat 1 + .section .text.foo,"axG",%progbits,foo_group,comdat 2 2 .global foo 3 3 foo: 4 4 .word 0 5 - .section .data,"awG",%progbits,foo_group,comdat 5 + .section .data.foo,"awG",%progbits,foo_group,comdat 6 6 .global bar 7 7 bar: 8 8 .word 0
+1 -1
binutils/testsuite/binutils-all/strip-7.d
··· 11 11 #... 12 12 \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WAG[ \t]+.* 13 13 #... 14 - COMDAT group section \[[ 0-9]+\] `.group' \[foo\] contains 2 sections: 14 + COMDAT group section \[[ 0-9]+\] `.group' \[foo3\] contains 2 sections: 15 15 \[Index\] Name 16 16 \[[ 0-9]+\] .text.* 17 17 \[[ 0-9]+\] .data.*
+1 -1
binutils/testsuite/binutils-all/strip-9.d
··· 11 11 #... 12 12 \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WAG[ \t]+.* 13 13 #... 14 - COMDAT group section \[[ 0-9]+\] `.group' \[foo\] contains 2 sections: 14 + COMDAT group section \[[ 0-9]+\] `.group' \[foo4\] contains 2 sections: 15 15 \[Index\] Name 16 16 \[[ 0-9]+\] .text.* 17 17 \[[ 0-9]+\] .data.*
+5
ld/testsuite/ChangeLog
··· 1 + 2008-10-03 H.J. Lu <hongjiu.lu@intel.com> 2 + 3 + * ld-elf/group5.d: Updated. 4 + * ld-elf/group6.d: Likewise. 5 + 1 6 2008-10-03 Tristan Gingold <gingold@adacore.com> 2 7 3 8 * ld-elf/stab.d: Don't run on alpha (to avoid relocation
+1 -1
ld/testsuite/ld-elf/group5.d
··· 9 9 #... 10 10 \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WAG[ \t]+.* 11 11 #... 12 - COMDAT group section \[[ 0-9]+\] `.group' \[foo\] contains 2 sections: 12 + COMDAT group section \[[ 0-9]+\] `.group' \[foo3\] contains 2 sections: 13 13 \[Index\] Name 14 14 \[[ 0-9]+\] .text.* 15 15 \[[ 0-9]+\] .data.*
+1 -1
ld/testsuite/ld-elf/group6.d
··· 9 9 #... 10 10 \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WAG[ \t]+.* 11 11 #... 12 - COMDAT group section \[[ 0-9]+\] `.group' \[foo\] contains 2 sections: 12 + COMDAT group section \[[ 0-9]+\] `.group' \[foo4\] contains 2 sections: 13 13 \[Index\] Name 14 14 \[[ 0-9]+\] .text.* 15 15 \[[ 0-9]+\] .data.*