This is the mail archive of the binutils@sourceware.org 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]

Commit: Remove specified_data_size field from ld_config_type


Hi Guys,

  I am checking in the patch below to remove the specified_data_size
  field from the ld_config_type structure - it is not used anywhere and
  presumably is a holdover from some old code.

Cheers
  Nick

ld/ChangeLog
2016-02-25  Nick Clifton  <nickc@redhat.com>

	* ld.h (struct ld_config_type): Remove specified_data_size field.

diff --git a/ld/ld.h b/ld/ld.h
index ab09032..346a19a 100644
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -292,8 +292,6 @@ typedef struct {
   unsigned int split_by_reloc;
   bfd_size_type split_by_file;
 
-  bfd_size_type specified_data_size;
-
   /* The size of the hash table to use.  */
   unsigned long hash_table_size;
 


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