Files
binutils-gdb/opcodes
liuzhensong 5fb13d7ef4 gas:LoongArch: Fix segment error in compilation due to too long symbol name.
Change "char buffer[8192];" into "char *buffer =
  (char *) malloc(1000 +  6 * len_str);" in function
  loongarch_expand_macro_with_format_map.

  gas/
    * config/tc-loongarch.c

  include/
    * opcode/loongarch.h

  opcodes/
    * loongarch-coder.c
2022-03-20 09:37:12 +08:00
..
2022-01-01 12:49:07 -05:00
2022-01-01 12:49:07 -05:00
2022-03-16 10:08:46 +10:30