diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-21 21:21:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-21 21:21:05 +0000 |
commit | e1495000e7e694e67620c2be0f6eadf59654c370 (patch) | |
tree | aad17f56654dc39e880042aa1efe013721923789 /binutils | |
parent | 733fa4c2f85032c891f2619432fbd63ada5ae9e9 (diff) | |
download | gdb-e1495000e7e694e67620c2be0f6eadf59654c370.zip gdb-e1495000e7e694e67620c2be0f6eadf59654c370.tar.gz gdb-e1495000e7e694e67620c2be0f6eadf59654c370.tar.bz2 |
* nlmconv.c (powerpc_build_stubs): Don't generate the PowerPC
NetWare custom header; no longer needed.
(powerpc_mangle_relocs): Convert relocs against the uninitialized
data section into relocs against the data section.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c1bb9fc..86bf3c2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ Tue Jun 21 12:53:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * nlmconv.c (powerpc_build_stubs): Don't generate the PowerPC + NetWare custom header; no longer needed. + (powerpc_mangle_relocs): Convert relocs against the uninitialized + data section into relocs against the data section. + * configure.in: Set nlmconv_defs to -DNLMCONV_cputype for all the netware targets. Write it into Makefile as NLMCONV_DEFS. * Makefile.in (nlmconv.o): Pass $(NLMCONV_DEFS) to $(CC). |