Blame SOURCES/binutils-2.19.50.0.1-output-format.sed

79e699
# Generate OUTPUT_FORMAT line for .so files from the system linker output.
79e699
# Imported from glibc/Makerules.
79e699
79e699
/ld.*[ 	]-E[BL]/b f
79e699
/collect.*[ 	]-E[BL]/b f
79e699
/OUTPUT_FORMAT[^)]*$/{N
79e699
s/\n[	 ]*/ /
79e699
}
79e699
t o
79e699
: o
79e699
s/^.*OUTPUT_FORMAT(\([^,]*\), \1, \1).*$/OUTPUT_FORMAT(\1)/
79e699
t q
79e699
s/^.*OUTPUT_FORMAT(\([^,]*\), \([^,]*\), \([^,]*\)).*$/\1,\2,\3/
79e699
t s
79e699
s/^.*OUTPUT_FORMAT(\([^,)]*\).*$)/OUTPUT_FORMAT(\1)/
79e699
t q
79e699
d
79e699
: s
79e699
s/"//g
79e699
G
79e699
s/\n//
79e699
s/^\([^,]*\),\([^,]*\),\([^,]*\),B/OUTPUT_FORMAT(\2)/p
79e699
s/^\([^,]*\),\([^,]*\),\([^,]*\),L/OUTPUT_FORMAT(\3)/p
79e699
s/^\([^,]*\),\([^,]*\),\([^,]*\)/OUTPUT_FORMAT(\1)/p
79e699
/,/s|^|*** BUG in libc/scripts/output-format.sed *** |p
79e699
q
79e699
: q
79e699
s/"//g
79e699
p
79e699
q
79e699
: f
79e699
s/^.*[ 	]-E\([BL]\)[ 	].*$/,\1/
79e699
t h
79e699
s/^.*[ 	]-E\([BL]\)$/,\1/
79e699
t h
79e699
d
79e699
: h
79e699
h