mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* Makefile.in (.m.c): Strip out directory name from function name.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Tue Nov 21 13:24:39 1995 Ken Raeburn <raeburn@cygnus.com>
|
Tue Nov 21 13:24:39 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (.m.c): Strip out directory name from function
|
||||||
|
name.
|
||||||
|
|
||||||
* hist.c (scale_and_align_entries): Don't use DEFUN_VOID. Do
|
* hist.c (scale_and_align_entries): Don't use DEFUN_VOID. Do
|
||||||
UNITS_TO_CODE adjustment unconditionally; compiler can optimize
|
UNITS_TO_CODE adjustment unconditionally; compiler can optimize
|
||||||
away zero-offset case. Refer to scaled_addr, not aligned_addr.
|
away zero-offset case. Refer to scaled_addr, not aligned_addr.
|
||||||
|
@ -62,7 +62,7 @@ all: $(GEN_FILES) $(PROG)
|
|||||||
|
|
||||||
.m.c:
|
.m.c:
|
||||||
awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
|
awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
|
||||||
FUNCTION=`(echo $*|sed -e 's/_bl//')`_blurb \
|
FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
|
||||||
FILE=$*.m $(srcdir)/$*.m
|
FILE=$*.m $(srcdir)/$*.m
|
||||||
|
|
||||||
diststuff: $(GEN_FILES) info
|
diststuff: $(GEN_FILES) info
|
||||||
|
Reference in New Issue
Block a user