summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-06-08 22:13:00 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-06-08 22:13:00 -0600
commit81c8d44fba88dbb049c48363d6b7697224b98a2e (patch)
treeaace6f3d5413d45aca253c1c53b8ca7504301aac
parentfeb3bd824a829df15c243e37dd77440596469ec3 (diff)
upstreams: Improve the binutils-gdb description
-rw-r--r--imworkingon/upstreams.yml7
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