source: rtems-tools/tools/4.10/gdb/bfin/gdb-7.3.1-bfin-sim-fix-sed-20130319.diff @ 4c5ffb2

4.104.115
Last change on this file since 4c5ffb2 was 4c5ffb2, checked in by Chris Johns <chrisj@…>, on 03/20/13 at 06:27:49

Fix the sed breakage on FreeBSD.

  • Property mode set to 100644
File size: 517 bytes
  • gdb-7.3.1/sim/bfin/Makefile.in

    old new  
    5656                echo "static const unsigned char bfin_linux_fixed_code[] ="; \
    5757                echo "{"; \
    5858                $(OBJDUMP_FOR_TARGET) -d -z linux-fixed-code.o > $@.dis; \
    59                 sed -n $@.dis \
     59                sed -n \
    6060                        -e 's:^[^       ]*      :0x:' \
    61                         -e '/^0x/{s:    .*::;s: *$$:,:;s: :, 0x:g;p}'; \
     61                        -e '/^0x/{s:    .*::;s: *$$:,:;s: :, 0x:g;}' $@.dis; \
    6262                rm -f $@.dis; \
    6363                echo "};" \
    6464        ) > $@.tmp
Note: See TracBrowser for help on using the repository browser.