https://sourceware.org/bugzilla/show_bug.cgi?id=25104

--- Comment #5 from lol lol <qwertytmp1 at gmail dot com> ---
Dear Alan,


currently I have problems with access to the build machine (latest git
revision).
I have a question. Is this change fixes behavior of:
```
  mkdir reproducing_ar_bug
  cd reproducing_ar_bug
  touch file0.o
  mkdir subfolder
  cd subfolder
  touch file0.o
  touch file1.o
  ar rcST built-in.o file0.o file1.o
  cd ..
  ar rcST built-in.o subfolder/built-in.o file0.o
```
?

Thank you!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to