]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- updated.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 7 Oct 2008 23:07:22 +0000 (23:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils-gasp.patch -> 1.19

binutils-gasp.patch

index 164fa00566d3ce7e0c5b459a4449d27189226d37..1e8324e7757d92f45c5e6ee9c9dd50d851657b8d 100644 (file)
  
    sb_new (&out);
  
--  err = expand_irp (irpc, 0, &s, &out, get_line_sb);
-+  err = expand_irp (irpc, 0, &s, &out, get_line_sb, '\0');
+-  err = expand_irp (irpc, 0, &s, &out, get_non_macro_line_sb);
++  err = expand_irp (irpc, 0, &s, &out, get_non_macro_line_sb, '\0');
    if (err != NULL)
      as_bad_where (file, line, "%s", err);
  
This page took 0.104156 seconds and 4 git commands to generate.