~ubuntu-branches/debian/experimental/binutils/experimental

« back to all changes in this revision

Viewing changes to bfd/libbfd.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-07-31 22:20:22 UTC
  • mfrom: (1.7.10)
  • Revision ID: package-import@ubuntu.com-20120731222022-0anxbeg8at8rnrx1
Tags: 2.22.90.20120731-1
New upstream snapshot (taken from the 2.23 branch).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1118
1118
}
1119
1119
 
1120
1120
bfd_boolean
 
1121
_bfd_generic_find_nearest_line_discriminator (bfd *abfd ATTRIBUTE_UNUSED,
 
1122
                                              asection *section ATTRIBUTE_UNUSED,
 
1123
                                              asymbol **symbols ATTRIBUTE_UNUSED,
 
1124
                                              bfd_vma offset ATTRIBUTE_UNUSED,
 
1125
                                              const char **filename_ptr ATTRIBUTE_UNUSED,
 
1126
                                              const char **functionname_ptr ATTRIBUTE_UNUSED,
 
1127
                                              unsigned int *line_ptr ATTRIBUTE_UNUSED,
 
1128
                                              unsigned int *discriminator_ptr ATTRIBUTE_UNUSED)
 
1129
{
 
1130
  return FALSE;
 
1131
}
 
1132
 
 
1133
bfd_boolean
1121
1134
_bfd_generic_init_private_section_data (bfd *ibfd ATTRIBUTE_UNUSED,
1122
1135
                                        asection *isec ATTRIBUTE_UNUSED,
1123
1136
                                        bfd *obfd ATTRIBUTE_UNUSED,