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]

PATCH: Fix more cases in gas/app.c where UNGET could try to put back an EOF


Hi Guys,

  I am applying the patch below to fix a few more cases in gas/app.c
  where it is theoretically possible for the UNGET macro to be called
  when the character being put back is the EOF marker.

Cheers
  Nick

gas/ChangeLog
2008-06-17  Nick Clifton  <nickc@redhat.com>

	* app.c (do_scrub_chars): Do not UNGET an EOF value.


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