*** target.exp.orig	Thu Jul 19 14:09:04 2001
--- target.exp	Fri Jul 20 15:43:56 2001
***************
*** 274,279 ****
--- 274,282 ----
      # Cygwin cc1 warns about -fpic and -fPIC
      regsub -all ".*: warning: -f(pic|PIC) ignored for target .*" $text "" text
  
+     # Cygwin gcc warns about -ffunction-sections
+     regsub -all ".*: warning: -ffunction-sections\[^\n\]*\n\[^\n\]\[^\n\]*may affect debugging on some targets." $text "" text
+ 
      # It might be tempting to get carried away and delete blank lines, etc.
      # Just delete *exactly* what we're ask to, and that's it.
      return $text

