Nick Clifton af4e11
*** ../orig.binutils-2.23.51.0.1/binutils/elfcomm.c	2013-09-09 13:01:22.010343521 +0100
Nick Clifton af4e11
--- binutils/elfcomm.c	2013-09-09 13:01:59.389344557 +0100
Nick Clifton af4e11
*************** error (const char *message, ...)
Nick Clifton af4e11
*** 36,41 ****
Nick Clifton af4e11
--- 36,42 ----
Nick Clifton af4e11
  {
Nick Clifton af4e11
    va_list args;
Nick Clifton af4e11
  
Nick Clifton af4e11
+   fflush (stdout);
Nick Clifton af4e11
    va_start (args, message);
Nick Clifton af4e11
    fprintf (stderr, _("%s: Error: "), program_name);
Nick Clifton af4e11
    vfprintf (stderr, message, args);
Nick Clifton af4e11
*************** warn (const char *message, ...)
Nick Clifton af4e11
*** 47,52 ****
Nick Clifton af4e11
--- 48,54 ----
Nick Clifton af4e11
  {
Nick Clifton af4e11
    va_list args;
Nick Clifton af4e11
  
Nick Clifton af4e11
+   fflush (stdout);
Nick Clifton af4e11
    va_start (args, message);
Nick Clifton af4e11
    fprintf (stderr, _("%s: Warning: "), program_name);
Nick Clifton af4e11
    vfprintf (stderr, message, args);