This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

hppa build broken


I was wondering if someone could check in this patch.  Without it, I
cannot build the latest binutils on the hppa SOM target.  It looks like
som.c was missed when Fred Fish added NAME##_find_inliner_info.

I verified that I could build again on hppa1.1-hp-hpux11.00 after adding
this patch.

Steve Ellcey
sje@cup.hp.com


bfd/Changelog

2005-06-14  Steve Ellcey  <sje@cup.hp.com>

	* som.c (som_find_inliner_info): New.


*** src.orig/bfd/som.c	Tue Jun 14 08:23:14 2005
--- src/bfd/som.c	Tue Jun 14 08:22:57 2005
*************** som_bfd_link_split_section (bfd *abfd AT
*** 6246,6251 ****
--- 6246,6252 ----
  #define som_bfd_merge_private_bfd_data		_bfd_generic_bfd_merge_private_bfd_data
  #define som_bfd_copy_private_header_data	_bfd_generic_bfd_copy_private_header_data
  #define som_bfd_set_private_flags		_bfd_generic_bfd_set_private_flags
+ #define som_find_inliner_info			_bfd_nosymbols_find_inliner_info
  
  const bfd_target som_vec =
  {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]