diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-06-08 22:13:00 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-06-08 22:13:00 -0600 |
commit | 81c8d44fba88dbb049c48363d6b7697224b98a2e (patch) | |
tree | aace6f3d5413d45aca253c1c53b8ca7504301aac | |
parent | feb3bd824a829df15c243e37dd77440596469ec3 (diff) |
upstreams: Improve the binutils-gdb description
-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 |