mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
remove parentdir support
This commit is contained in:
@ -1,3 +1,23 @@
|
|||||||
|
Tue Jun 15 17:03:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in: remove parentdir support; use INSTALL_XFORM
|
||||||
|
|
||||||
|
Wed Jun 9 11:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
|
* config/tc-i386.c (md_pseudo_table): .align uses a power of two
|
||||||
|
for any a.out target, not just Linux and 386BSD.
|
||||||
|
* config/tc-i386.h (DOT_LABEL_PREFIX): Do not define for any a.out
|
||||||
|
target.
|
||||||
|
|
||||||
|
Fri Jun 4 15:59:31 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
|
||||||
|
|
||||||
|
* config/h8300.c: Support for H8/300-H opcodes.
|
||||||
|
|
||||||
|
* config/obj-coffbfd.c (w_strings): String table length is 4
|
||||||
|
bytes, no matter what the host int size is.
|
||||||
|
|
||||||
|
* configure.in (alpha-*-osf*): New.
|
||||||
|
|
||||||
Fri Jun 4 07:51:18 1993 Ian Lance Taylor (ian@cygnus.com)
|
Fri Jun 4 07:51:18 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
* configure.in (mips-*-ecoffl*): New target; use ecoff and
|
* configure.in (mips-*-ecoffl*): New target; use ecoff and
|
||||||
|
@ -53,7 +53,7 @@ VERSION=2.1.4
|
|||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
|
||||||
INSTALL = $(srcdir)/../install.sh -c
|
INSTALL = install -c
|
||||||
INSTALL_PROGRAM = $(INSTALL)
|
INSTALL_PROGRAM = $(INSTALL)
|
||||||
INSTALL_DATA = $(INSTALL)
|
INSTALL_DATA = $(INSTALL)
|
||||||
INSTALL_XFORM = $(INSTALL) -t=$(program_transform_name)
|
INSTALL_XFORM = $(INSTALL) -t=$(program_transform_name)
|
||||||
|
Reference in New Issue
Block a user