summaryrefslogtreecommitdiff
path: root/libc/stdio/stdio_ext.cpp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-02-11 17:40:45 -0800
committerColin Cross <ccross@android.com>2015-02-11 17:40:45 -0800
commit24958ae4efd70d5ef36d93d2d2bcca38ad340395 (patch)
tree1f4045f37791b309a2da42336abd02a61153ee91 /libc/stdio/stdio_ext.cpp
parent0046c39f9ed6d7335f06e4d866df5ae0e7b4d485 (diff)
Remove no-op sed step when compiling crtbrand.o
crtbrand.c was compiled to a .s file, run through a sed script to translate a %progbits to %note, and the compiled to .o. However, when the sed command was copied from the original source it was not updated to use the new name of the section (.note.ABI-tag to .note.android.ident), so it didn't modify the file. Since the section has been generated with type %progbits instead of %note for two years, just delete the whole sed step. Change-Id: Id78582e9b43b628afec4eed22a088283132f0742
Diffstat (limited to 'libc/stdio/stdio_ext.cpp')
0 files changed, 0 insertions, 0 deletions