X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fbfd.c;h=eed18960855bdc51be8b57ddba27975afb6b02ef;hb=9b8d1a36034b5bdf665b952f581d96a987faecdf;hp=640b4205d162afc1c3776da33098792e7cb0d64b;hpb=882f447fddcf308f10b2398c84fbb95a4905c49e;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/bfd.c b/bfd/bfd.c index 640b4205d1..eed1896085 100644 --- a/bfd/bfd.c +++ b/bfd/bfd.c @@ -1424,6 +1424,11 @@ DESCRIPTION . BFD_SEND (abfd, _bfd_find_nearest_line, \ . (abfd, sec, syms, off, file, func, line)) . +.#define bfd_find_nearest_line_discriminator(abfd, sec, syms, off, file, func, \ +. line, disc) \ +. BFD_SEND (abfd, _bfd_find_nearest_line_discriminator, \ +. (abfd, sec, syms, off, file, func, line, disc)) +. .#define bfd_find_line(abfd, syms, sym, file, line) \ . BFD_SEND (abfd, _bfd_find_line, \ . (abfd, syms, sym, file, line))