(coff_arm_relocate_section): Do not alter relocs that are not partial_inplace
[deliverable/binutils-gdb.git] / src-release
index 78d9f83125485714ba43698ef8febc984d66eabb..51539e853eb7bbcaf83abccdd1590398dde2e21e 100644 (file)
@@ -168,6 +168,18 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
        # again.  -- chastain 2003-08-15
        rm -f dejagnu/example/calc/config.status
        rm -f dejagnu/example/calc/config.log
+       # Kludge for pr gdb/857.  intl/Makefile.in lacks a couple
+       # of files in the distclean rule.  Zack W is planning to make
+       # the gcc version of intl/ the master version and then push
+       # that version to src soon.  See:
+       #   http://sources.redhat.com/ml/binutils/2003-07/msg00032.html
+       # After the src version of intl/ is upgraded, we can look at
+       # moving this logic into intl/Makefile.in distclean rule
+       # if it is still needed.  -- chastain 2003-09-12
+       rm -f intl/config.cache
+       rm -f intl/config.status
+       rm -f intl/config.h
+       rm -f intl/stamp-h
        #
        mkdir proto-toplev/etc
        (cd proto-toplev/etc; \
@@ -219,9 +231,9 @@ do-md5sum:
 .PHONY: do-djunpack
 do-djunpack:
        echo "==> Adding updated djunpack.bat to top-level directory"
-       echo - 's /gdb-[0-9\.]*/gdb-'"$(VER)"'/'
+       echo - 's /gdb-[0-9\.]*/$(PACKAGE)-'"$(VER)"'/'
        sed < djunpack.bat > djunpack.new \
-               -e 's/gdb-[0-9][0-9\.]*/gdb-'"$(VER)"'/'
+               -e 's/gdb-[0-9][0-9\.]*/$(PACKAGE)-'"$(VER)"'/'
        mv djunpack.new djunpack.bat
        -rm -f proto-toplev/djunpack.bat
        ln -s ../djunpack.bat proto-toplev/djunpack.bat
@@ -272,7 +284,12 @@ gdb.tar: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
 DEJAGNU_SUPPORT_DIRS=  tcl expect libiberty
 .PHONY: dejagnu.tar.bz2
 dejagnu.tar.bz2: $(DIST_SUPPORT) $(DEJAGNU_SUPPORT_DIRS) dejagnu
-       $(MAKE) -f $(SELF) taz TOOL=dejagnu \
+       $(MAKE) -f $(SELF) gdb-taz TOOL=dejagnu \
+               MD5PROG="$(MD5PROG)" \
+               SUPPORT_FILES="$(DEJAGNU_SUPPORT_DIRS)"
+.PHONY: dejagnu.tar
+dejagnu.tar: $(DIST_SUPPORT) $(DEJAGNU_SUPPORT_DIRS) dejagnu
+       $(MAKE) -f $(SELF) gdb-tar TOOL=dejagnu \
                MD5PROG="$(MD5PROG)" \
                SUPPORT_FILES="$(DEJAGNU_SUPPORT_DIRS)"
 
This page took 0.025522 seconds and 4 git commands to generate.