Re: gdbserver/ considered a part of binutils?
Joel Brobecker <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> It seems like something has to be done with Git hook scriptery to make it > consider gdbserver/ a part of GDB rather than binutils; gdbsupport/ might > be similarly affected. My recent commit spanning gdb/ and gdbserver/ has > triggered an additional message (beyond one to <[email protected]>) > posted to <[email protected]>, which shouldn't have happened for such > a commit. I should be the same message with two recipients, but that's indeed a good point. This is something to remember when moving code to the toplevel dir. I've modified the script we use to determine which mailing-list to hit, and marked gdbserver/ and gdbsupport/ as being GDB-only. I did a quick pass over the current directories at toplevel, and didn't see anything else. But if there are other directories not created yet that we are planning on adding, please let me know, and I will take care of it too. -- Joel