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

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