From fb417a21388dec0cdba8d57915ebf3be97aa1081 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sun, 15 Oct 1995 01:37:23 +0000 Subject: [PATCH] Add in_reloc_p, cloned from coff-i386.c --- bfd/ChangeLog | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8e3322b929..de026fca0a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,24 @@ +Sat Oct 14 21:36:02 1995 Michael Meissner + + * coff-ppc.c (in_reloc_p): Add, clone from coff-i386.c. + +Fri Oct 13 17:48:43 1995 Ken Raeburn + + * acconfig.h (HAVE_SYS_PROCFS_H): Undef, with comment. + * config.in: Regenerated. + + * opncls.c (getpagesize) [!HAVE_GETPAGESIZE]: Define as 2048. + (_bfd_chunksize): New variable. + (_bfd_new_bfd): Set it to getpagesize() if negative, and use it + for obstack chunk size. + * configure.in: Check for getpagesize. + * configure: Regenerated. + + Mon Sep 25 22:49:32 1995 Andreas Schwab + + * trad-core.c (rawptr): Make it a local variable of + ptrace_unix_core_file_p. + Fri Oct 13 11:22:01 1995 steve chamberlain * coff-arm.c (in_reloc_p): New. @@ -132,7 +153,6 @@ Fri Oct 6 16:18:35 1995 Ken Raeburn * ptrace-core.c (rawptr): Make it a local variable of ptrace_unix_core_file_p. - * trad-core.c (rawptr): Likewise, for trad_unix_core_file_p. Fri Oct 6 12:24:47 1995 Michael Meissner