diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-05-22 23:58:52 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-05-22 23:58:52 +0000 |
commit | 1fc2205e09748a7536b4ea1f251049e7de0c6e98 (patch) | |
tree | fc2709c7d18170f158b5c604f8c53f6e230cde4c /gas | |
parent | f5a8f1a6f38e8f87950258eb7a3f5417392458ac (diff) | |
download | gdb-1fc2205e09748a7536b4ea1f251049e7de0c6e98.zip gdb-1fc2205e09748a7536b4ea1f251049e7de0c6e98.tar.gz gdb-1fc2205e09748a7536b4ea1f251049e7de0c6e98.tar.bz2 |
* config/tc-arc.c (md_pcrel_from): Return 0 for undefined symbols.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e9b8460..c7049af 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +start-sanitize-arc +Mon May 22 16:56:58 1995 Doug Evans <dje@chestnut.cygnus.com> + + * config/tc-arc.c (md_pcrel_from): Return 0 for undefined symbols. +end-sanitize-arc + +Sun May 21 21:36:17 1995 Jeff Law (law@snake.cs.utah.edu) + + * config/tc-hppa.c: Reverse changes from Dec. 19th which + changed the way unwinds were built for ELF. Rely on relocation + symbol reductions to avoid placing the end of function marker + symbols into the object file's symbol table. + Sat May 20 12:31:36 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com> Added improved VMS support from Pat Rankin: |