diff options
-rw-r--r-- | imworkingon/upstreams.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/imworkingon/upstreams.yml b/imworkingon/upstreams.yml index 11f3af0..53733d9 100644 --- a/imworkingon/upstreams.yml +++ b/imworkingon/upstreams.yml @@ -68,8 +68,11 @@ - https://sourceware.org/pipermail/gdb-patches name: GNU Binutils / GDB desc: | - GNU Binutils and GDB (the GNU Project Debugger) share a Git - repository. + The GNU Binutils are the GNU utilities for working with binary + object files: the main ones are the `ld` linker that combines + compiler outputs into a complete program, and the `as` assembler. + + GDB is the GNU Project Debugger for debugging compiled programs. - urls: - https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/ # v1 & v2 - https://chromium-review.googlesource.com/c/chromiumos/platform/vboot/ # v3 rewrite |